mirror of
https://github.com/torvalds/linux
synced 2024-11-03 01:56:01 +00:00
nfsd4: skip unused assignment
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
f8f71d0065
commit
0d4d6720ce
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue