NFS: Get rid of the unused nfs_write_data->flags field
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2011 19:17:29 +0000 (12:17 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Oct 2011 20:37:34 +0000 (13:37 -0700)
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/nfs_xdr.h

index c1cceb8..c74595b 100644 (file)
@@ -1155,7 +1155,6 @@ struct nfs_read_data {
 };
 
 struct nfs_write_data {
-       int                     flags;
        struct rpc_task         task;
        struct inode            *inode;
        struct rpc_cred         *cred;