diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-27 22:12:43 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-27 22:12:43 -0400 |
commit | 6caf2c8276d371679a798058e8fdf49f5ff831a3 (patch) | |
tree | ff53620d5879644df543dcce2ce86db863dad21c /include/linux/nfs_xdr.h | |
parent | 91ba2eeec5e8e86e054937eb3bf5aec5b22b1830 (diff) |
NFSv4: Add post-op attributes to nfs4_proc_rename()
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 89238b799cfd..6f0804280824 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -630,11 +630,15 @@ struct nfs4_rename_arg { | |||
630 | const struct nfs_fh * new_dir; | 630 | const struct nfs_fh * new_dir; |
631 | const struct qstr * old_name; | 631 | const struct qstr * old_name; |
632 | const struct qstr * new_name; | 632 | const struct qstr * new_name; |
633 | const u32 * bitmask; | ||
633 | }; | 634 | }; |
634 | 635 | ||
635 | struct nfs4_rename_res { | 636 | struct nfs4_rename_res { |
637 | const struct nfs_server * server; | ||
636 | struct nfs4_change_info old_cinfo; | 638 | struct nfs4_change_info old_cinfo; |
639 | struct nfs_fattr * old_fattr; | ||
637 | struct nfs4_change_info new_cinfo; | 640 | struct nfs4_change_info new_cinfo; |
641 | struct nfs_fattr * new_fattr; | ||
638 | }; | 642 | }; |
639 | 643 | ||
640 | struct nfs4_setclientid { | 644 | struct nfs4_setclientid { |