diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-04-27 13:48:18 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-01 15:42:44 -0400 |
commit | 7c317fcfbae773e493ecee1c53738db774b1d0ca (patch) | |
tree | 0d592d0244e1ef1ef59047574aceaebe17913e2e /include/linux/nfs_xdr.h | |
parent | 90ff0c548d1220d31f80e498b587393895705e6c (diff) |
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.h | 1 |
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 { | |||
855 | struct nfs_fh * fh; | 855 | struct nfs_fh * fh; |
856 | struct nfs_fattr * fattr; | 856 | struct nfs_fattr * fattr; |
857 | struct nfs4_change_info dir_cinfo; | 857 | struct nfs4_change_info dir_cinfo; |
858 | struct nfs_fattr * dir_fattr; | ||
859 | struct nfs4_sequence_res seq_res; | 858 | struct nfs4_sequence_res seq_res; |
860 | }; | 859 | }; |
861 | 860 | ||