Skip to content

Commit 0d4d672

Browse files
author
J. Bruce Fields
committed
nfsd4: skip unused assignment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
1 parent f8f71d0 commit 0d4d672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfsd/nfs4proc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ static __be32
13451345
nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
13461346
struct nfsd4_fallocate *fallocate, int flags)
13471347
{
1348-
__be32 status = nfserr_notsupp;
1348+
__be32 status;
13491349
struct file *file;
13501350

13511351
status = nfs4_preprocess_stateid_op(rqstp, cstate, &cstate->current_fh,

0 commit comments

Comments
 (0)