]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/nfs_xdr.h
NFS: Don't zap caches on fallocate()
[karo-tx-linux.git] / include / linux / nfs_xdr.h
index 3d88908fd1400373756fd71bb5c71ede03b8b508..93ab6071bbe967b56ea44c56111157f8a9135e3f 100644 (file)
@@ -1273,11 +1273,15 @@ struct nfs42_falloc_args {
        nfs4_stateid                     falloc_stateid;
        u64                              falloc_offset;
        u64                              falloc_length;
+       const u32                       *falloc_bitmask;
 };
 
 struct nfs42_falloc_res {
        struct nfs4_sequence_res        seq_res;
        unsigned int                    status;
+
+       struct nfs_fattr                *falloc_fattr;
+       const struct nfs_server         *falloc_server;
 };
 
 struct nfs42_seek_args {