Skip to content

Commit

Permalink
nfsd4: skip unused assignment
Browse files Browse the repository at this point in the history
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
J. Bruce Fields committed Nov 27, 2018
1 parent f8f71d0 commit 0d4d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/nfsd/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d4d672

Please sign in to comment.