diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-10-19 15:17:29 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-10-19 16:37:34 -0400 |
commit | b8ef70639b609c5d12c618f1d9ffae6ac13aebe3 (patch) | |
tree | 0f00364f65eb6cb59c85c3ddcf36ef20f8eae3db | |
parent | a1940805d0636c6cdf37636f55b43b9681d53e73 (diff) |
NFS: Get rid of the unused nfs_write_data->flags field
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-rw-r--r-- | include/linux/nfs_xdr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index c1cceb83f709..c74595ba7094 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1155,7 +1155,6 @@ struct nfs_read_data { | |||
1155 | }; | 1155 | }; |
1156 | 1156 | ||
1157 | struct nfs_write_data { | 1157 | struct nfs_write_data { |
1158 | int flags; | ||
1159 | struct rpc_task task; | 1158 | struct rpc_task task; |
1160 | struct inode *inode; | 1159 | struct inode *inode; |
1161 | struct rpc_cred *cred; | 1160 | struct rpc_cred *cred; |