diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-27 22:12:44 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-10-27 22:12:44 -0400 |
commit | 4f9838c7ecd14f31f701f64fa65ded132fc0db8a (patch) | |
tree | f3fee5b744efb072f44591208541554976bf41d7 /include/linux/nfs_xdr.h | |
parent | 16e429596dec4d28e16812b3a9be27f18412c567 (diff) |
NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index deeba7e2c518..40718669b9c8 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -256,6 +256,7 @@ struct nfs_writeargs { | |||
256 | enum nfs3_stable_how stable; | 256 | enum nfs3_stable_how stable; |
257 | unsigned int pgbase; | 257 | unsigned int pgbase; |
258 | struct page ** pages; | 258 | struct page ** pages; |
259 | const u32 * bitmask; | ||
259 | }; | 260 | }; |
260 | 261 | ||
261 | struct nfs_writeverf { | 262 | struct nfs_writeverf { |
@@ -267,6 +268,7 @@ struct nfs_writeres { | |||
267 | struct nfs_fattr * fattr; | 268 | struct nfs_fattr * fattr; |
268 | struct nfs_writeverf * verf; | 269 | struct nfs_writeverf * verf; |
269 | __u32 count; | 270 | __u32 count; |
271 | const struct nfs_server *server; | ||
270 | }; | 272 | }; |
271 | 273 | ||
272 | /* | 274 | /* |