Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc26c386 authored by Jeff Layton's avatar Jeff Layton Committed by J. Bruce Fields
Browse files

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: default avatarJeff Layton <jeff.layton@primarydata.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent beaca234
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}

	/*