From: Trond Myklebust Date: Wed, 19 Oct 2011 19:17:29 +0000 (-0700) Subject: NFS: Get rid of the unused nfs_write_data->flags field X-Git-Tag: v3.2-rc1~176^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8ef70639b609c5d12c618f1d9ffae6ac13aebe3;p=thirdparty%2Fkernel%2Flinux.git NFS: Get rid of the unused nfs_write_data->flags field Signed-off-by: Trond Myklebust --- diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index c1cceb83f709a..c74595ba70947 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -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;