projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beaca23
)
nfsd: remove bogus setting of status in nfsd4_process_open2
author
Jeff Layton
<jlayton@poochiereds.net>
Mon, 23 Mar 2015 14:53:43 +0000
(10:53 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 31 Mar 2015 20:46:39 +0000
(16:46 -0400)
status is always reset after this (and it doesn't make much sense there
anyway).
Signed-off-by: Jeff Layton <jeff.layton@primarydata.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c
patch
|
blob
|
history
diff --git
a/fs/nfsd/nfs4state.c
b/fs/nfsd/nfs4state.c
index 8ba1d888f1e624d672453bd1eea20c40e054f746..1596b1352bc5fa0e7fbc91c8b5361bca27bfe208 100644
(file)
--- a/
fs/nfsd/nfs4state.c
+++ b/
fs/nfsd/nfs4state.c
@@
-4049,7
+4049,6
@@
nfsd4_process_open2(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nf
status = nfserr_bad_stateid;
if (nfsd4_is_deleg_cur(open))
goto out;
- status = nfserr_jukebox;
}
/*