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 | a1940805d0636c6cdf37636f55b43b9681d53e73 (patch) | |
tree | 1ee792866eadc2cf30f4f2c6afd3e6cf2f243cda | |
parent | 08ef7bd3bc04261d14d570ac7eaac3eac947b1ba (diff) |
NFS: Get rid of the unused nfs_read_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 1e31e1c8655b..c1cceb83f709 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1133,7 +1133,6 @@ struct nfs_page; | |||
1133 | #define NFS_PAGEVEC_SIZE (8U) | 1133 | #define NFS_PAGEVEC_SIZE (8U) |
1134 | 1134 | ||
1135 | struct nfs_read_data { | 1135 | struct nfs_read_data { |
1136 | int flags; | ||
1137 | struct rpc_task task; | 1136 | struct rpc_task task; |
1138 | struct inode *inode; | 1137 | struct inode *inode; |
1139 | struct rpc_cred *cred; | 1138 | struct rpc_cred *cred; |