]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - include/linux/nfs_xdr.h
NFSv4.1: Ask for no delegation on OPEN if using O_DIRECT
[mirror_ubuntu-zesty-kernel.git] / include / linux / nfs_xdr.h
index 81401125ab2ddecf3912ff6d22629900df0fed8a..2c35e2affa6f0b5705acd729c3fb27f618568307 100644 (file)
@@ -326,6 +326,7 @@ struct nfs_openargs {
        struct nfs_seqid *      seqid;
        int                     open_flags;
        fmode_t                 fmode;
+       u32                     share_access;
        u32                     access;
        __u64                   clientid;
        struct stateowner_id    id;
@@ -393,6 +394,7 @@ struct nfs_closeargs {
        nfs4_stateid            stateid;
        struct nfs_seqid *      seqid;
        fmode_t                 fmode;
+       u32                     share_access;
        const u32 *             bitmask;
 };