summaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorTrond Myklebust2005-10-28 04:12:44 +0200
committerTrond Myklebust2005-10-28 04:12:44 +0200
commit4f9838c7ecd14f31f701f64fa65ded132fc0db8a (patch)
treef3fee5b744efb072f44591208541554976bf41d7 /include/linux/nfs_xdr.h
parentNFSv4: Add post-op attributes to nfs4_proc_remove() (diff)
downloadkernel-qcow2-linux-4f9838c7ecd14f31f701f64fa65ded132fc0db8a.tar.gz
kernel-qcow2-linux-4f9838c7ecd14f31f701f64fa65ded132fc0db8a.tar.xz
kernel-qcow2-linux-4f9838c7ecd14f31f701f64fa65ded132fc0db8a.zip
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.h2
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 {
enum nfs3_stable_how stable;
unsigned int pgbase;
struct page ** pages;
+ const u32 * bitmask;
};
struct nfs_writeverf {
@@ -267,6 +268,7 @@ struct nfs_writeres {
struct nfs_fattr * fattr;
struct nfs_writeverf * verf;
__u32 count;
+ const struct nfs_server *server;
};
/*