summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust2012-04-27 19:48:18 +0200
committerTrond Myklebust2012-05-01 21:42:44 +0200
commit7c317fcfbae773e493ecee1c53738db774b1d0ca (patch)
tree0d592d0244e1ef1ef59047574aceaebe17913e2e /include/linux/nfs_xdr.h
parentNFSv4: Simplify the NFSv4 OPEN compound (diff)
downloadkernel-qcow2-linux-7c317fcfbae773e493ecee1c53738db774b1d0ca.tar.gz
kernel-qcow2-linux-7c317fcfbae773e493ecee1c53738db774b1d0ca.tar.xz
kernel-qcow2-linux-7c317fcfbae773e493ecee1c53738db774b1d0ca.zip
NFSv4: Simplify the NFSv4 CREATE compound
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 92a929fc97c8..696a17e047be 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -855,7 +855,6 @@ struct nfs4_create_res {
struct nfs_fh * fh;
struct nfs_fattr * fattr;
struct nfs4_change_info dir_cinfo;
- struct nfs_fattr * dir_fattr;
struct nfs4_sequence_res seq_res;
};