aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-04-27 13:48:19 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-05-01 15:42:44 -0400
commit778d28172f710184855bcfeadcdd6b46997c4de2 (patch)
treed7aaf6c46d3e408f129a6e514d5684c56d860f9d /include/linux/nfs_xdr.h
parent7c317fcfbae773e493ecee1c53738db774b1d0ca (diff)
NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compounds
Get rid of the post-op GETATTR on the directory in order to reduce the amount of processing done on the server. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 696a17e047be..2e53a3f1d2ff 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -540,7 +540,6 @@ struct nfs_commitres {
540struct nfs_removeargs { 540struct nfs_removeargs {
541 const struct nfs_fh *fh; 541 const struct nfs_fh *fh;
542 struct qstr name; 542 struct qstr name;
543 const u32 * bitmask;
544 struct nfs4_sequence_args seq_args; 543 struct nfs4_sequence_args seq_args;
545}; 544};
546 545
@@ -559,7 +558,6 @@ struct nfs_renameargs {
559 const struct nfs_fh *new_dir; 558 const struct nfs_fh *new_dir;
560 const struct qstr *old_name; 559 const struct qstr *old_name;
561 const struct qstr *new_name; 560 const struct qstr *new_name;
562 const u32 *bitmask;
563 struct nfs4_sequence_args seq_args; 561 struct nfs4_sequence_args seq_args;
564}; 562};
565 563