]> err.no Git - linux-2.6/blobdiff - include/linux/nfs4.h
Pull sony into release branch
[linux-2.6] / include / linux / nfs4.h
index db05182ca0e87f122adc3b4c1dbff6622c6c5fbb..1be5be88debe77c5e51aed74ef77fb8697974b5f 100644 (file)
@@ -105,12 +105,11 @@ struct nfs4_ace {
        uint32_t        access_mask;
        int             whotype;
        uid_t           who;
-       struct list_head l_ace;
 };
 
 struct nfs4_acl {
        uint32_t        naces;
-       struct list_head ace_head;
+       struct nfs4_ace aces[0];
 };
 
 typedef struct { char data[NFS4_VERIFIER_SIZE]; } nfs4_verifier;