From: Trond Myklebust Date: Wed, 19 Oct 2011 19:17:29 +0000 (-0700) Subject: NFS: Get rid of the unused nfs_read_data->flags field X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a1940805d0636c6cdf37636f55b43b9681d53e73;p=deliverable%2Flinux.git NFS: Get rid of the unused nfs_read_data->flags field Signed-off-by: Trond Myklebust --- 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;