aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 57efcc27f20b..60086dac11d5 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -712,7 +712,7 @@ struct nfs_rpc_ops {
712 int (*write) (struct nfs_write_data *); 712 int (*write) (struct nfs_write_data *);
713 int (*commit) (struct nfs_write_data *); 713 int (*commit) (struct nfs_write_data *);
714 int (*create) (struct inode *, struct dentry *, 714 int (*create) (struct inode *, struct dentry *,
715 struct iattr *, int); 715 struct iattr *, int, struct nameidata *);
716 int (*remove) (struct inode *, struct qstr *); 716 int (*remove) (struct inode *, struct qstr *);
717 int (*unlink_setup) (struct rpc_message *, 717 int (*unlink_setup) (struct rpc_message *,
718 struct dentry *, struct qstr *); 718 struct dentry *, struct qstr *);