]> Pileus Git - ~andy/linux/blobdiff - include/linux/nfs4.h
Merge nfs containerization work from Trond's tree
[~andy/linux] / include / linux / nfs4.h
index 8cdde4d1fad86a9a3446bdf73e59550f5f87d251..0987146b0637a1fd1f9a4ea03fb7040b1d4314cd 100644 (file)
@@ -183,15 +183,12 @@ struct nfs4_acl {
 
 typedef struct { char data[NFS4_VERIFIER_SIZE]; } nfs4_verifier;
 
-struct nfs41_stateid {
+struct nfs_stateid4 {
        __be32 seqid;
        char other[NFS4_STATEID_OTHER_SIZE];
 } __attribute__ ((packed));
 
-typedef union {
-       char data[NFS4_STATEID_SIZE];
-       struct nfs41_stateid stateid;
-} nfs4_stateid;
+typedef struct nfs_stateid4 nfs4_stateid;
 
 enum nfs_opnum4 {
        OP_ACCESS = 3,