Skip to content

Commit

Permalink
NFS: Get rid of the unused nfs_write_data->flags field
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Oct 19, 2011
1 parent a194080 commit b8ef706
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/nfs_xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b8ef706

Please sign in to comment.