]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs_xdr.h
NFSv4: Convert the open and close ops to use fmode
[linux-2.6-omap-h63xx.git] / include / linux / nfs_xdr.h
index 32c1a0ecdbff461218167b077ecb86799f4cf35c..a550b528319f9db55eff12b3d84dcee03da4cc0e 100644 (file)
@@ -120,6 +120,7 @@ struct nfs_openargs {
        const struct nfs_fh *   fh;
        struct nfs_seqid *      seqid;
        int                     open_flags;
+       fmode_t                 fmode;
        __u64                   clientid;
        __u64                   id;
        union {
@@ -171,7 +172,7 @@ struct nfs_closeargs {
        struct nfs_fh *         fh;
        nfs4_stateid *          stateid;
        struct nfs_seqid *      seqid;
-       int                     open_flags;
+       fmode_t                 fmode;
        const u32 *             bitmask;
 };