diff options
author | J. Bruce Fields <bfields@redhat.com> | 2018-03-07 15:37:35 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2018-03-19 16:38:13 -0400 |
commit | edcc8452a05ffd2d2c8574905660c9c2572af075 (patch) | |
tree | 9b8f52a8bcb525c3d77bb401326f29d902541824 /fs/nfsd/nfs4proc.c | |
parent | 554faf28198803cb58ff79a2c4891bc42d523438 (diff) | |
download | linux-edcc8452a05ffd2d2c8574905660c9c2572af075.tar.gz linux-edcc8452a05ffd2d2c8574905660c9c2572af075.tar.bz2 linux-edcc8452a05ffd2d2c8574905660c9c2572af075.zip |
nfsd: remove unsused "cp_consecutive" field
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index a0bed2b2004d..40dfb759d38d 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c @@ -1106,7 +1106,6 @@ nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, else { copy->cp_res.wr_bytes_written = bytes; copy->cp_res.wr_stable_how = NFS_UNSTABLE; - copy->cp_consecutive = 1; copy->cp_synchronous = 1; gen_boot_verifier(©->cp_res.wr_verifier, SVC_NET(rqstp)); status = nfs_ok; |