From: Jeff Layton Date: Mon, 23 Mar 2015 14:53:43 +0000 (-0400) Subject: nfsd: remove bogus setting of status in nfsd4_process_open2 X-Git-Tag: v4.9.8~4360^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc26c3860a6a4a9396f401024f1cc91a95a59143;p=platform%2Fkernel%2Flinux-rpi3.git nfsd: remove bogus setting of status in nfsd4_process_open2 status is always reset after this (and it doesn't make much sense there anyway). Signed-off-by: Jeff Layton Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c index 8ba1d88..1596b13 100644 --- 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; } /*