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/xdr4.h | |
parent | 554faf28198803cb58ff79a2c4891bc42d523438 (diff) | |
download | linux-edcc8452a05ffd2d2c8574905660c9c2572af075.tar.bz2 |
nfsd: remove unsused "cp_consecutive" field
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r-- | fs/nfsd/xdr4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h index bc29511b6405..7cbc129092fe 100644 --- a/fs/nfsd/xdr4.h +++ b/fs/nfsd/xdr4.h @@ -518,7 +518,6 @@ struct nfsd4_copy { u64 cp_count; /* both */ - bool cp_consecutive; bool cp_synchronous; /* response */ |