From: J. Bruce Fields Date: Tue, 6 Nov 2018 22:44:03 +0000 (-0500) Subject: nfsd4: skip unused assignment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0d4d6720ce9ac0d393aa35696520fde48b2064a5;p=linux.git nfsd4: skip unused assignment Signed-off-by: J. Bruce Fields --- diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 4cbf725cdcba9..50ca28eeebb64 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c @@ -1345,7 +1345,7 @@ static __be32 nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_fallocate *fallocate, int flags) { - __be32 status = nfserr_notsupp; + __be32 status; struct file *file; status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh,