NFSv4: Add post-op attributes to NFSv4 write and commit callbacks.
[linux-2.6-block.git] / include / linux / nfs_xdr.h
index deeba7e2c5185a8e76600cbeeb7a020a8fc84e1c..40718669b9c896e45939e6490f38d843d67623ea 100644 (file)
@@ -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;
 };
 
 /*