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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 4f03dc21cf4a..89238b799cfd 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -566,8 +566,17 @@ struct nfs4_link_arg {
566 const struct nfs_fh * fh; 566 const struct nfs_fh * fh;
567 const struct nfs_fh * dir_fh; 567 const struct nfs_fh * dir_fh;
568 const struct qstr * name; 568 const struct qstr * name;
569 const u32 * bitmask;
570};
571
572struct nfs4_link_res {
573 const struct nfs_server * server;
574 struct nfs_fattr * fattr;
575 struct nfs4_change_info cinfo;
576 struct nfs_fattr * dir_attr;
569}; 577};
570 578
579
571struct nfs4_lookup_arg { 580struct nfs4_lookup_arg {
572 const struct nfs_fh * dir_fh; 581 const struct nfs_fh * dir_fh;
573 const struct qstr * name; 582 const struct qstr * name;