summaryrefslogtreecommitdiff
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2011-10-19 23:17:29 +0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2011-10-20 00:37:34 +0400
commita1940805d0636c6cdf37636f55b43b9681d53e73 (patch)
tree1ee792866eadc2cf30f4f2c6afd3e6cf2f243cda /include/linux/nfs_xdr.h
parent08ef7bd3bc04261d14d570ac7eaac3eac947b1ba (diff)
downloadlinux-a1940805d0636c6cdf37636f55b43b9681d53e73.tar.xz
NFS: Get rid of the unused nfs_read_data->flags field
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h1
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;
#define NFS_PAGEVEC_SIZE (8U)
struct nfs_read_data {
- int flags;
struct rpc_task task;
struct inode *inode;
struct rpc_cred *cred;