]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/nfs_xdr.h
NFSv41: Clean up exclusive create
[mv-sheeva.git] / include / linux / nfs_xdr.h
index 51914d7d6cc4c4f0ab4dd120dd6020f5626a567f..a319cb926abf74ea7b77cd6e030a69391974f529 100644 (file)
@@ -196,8 +196,10 @@ struct nfs_openargs {
        __u64                   clientid;
        __u64                   id;
        union {
-               struct iattr *  attrs;    /* UNCHECKED, GUARDED */
-               nfs4_verifier   verifier; /* EXCLUSIVE */
+               struct {
+                       struct iattr *  attrs;    /* UNCHECKED, GUARDED */
+                       nfs4_verifier   verifier; /* EXCLUSIVE */
+               };
                nfs4_stateid    delegation;             /* CLAIM_DELEGATE_CUR */
                fmode_t         delegation_type;        /* CLAIM_PREVIOUS */
        } u;