kernel/include/linux/posix_acl.h
.. .. @@ -28,7 +28,7 @@ 28 28 refcount_t a_refcount; 29 29 struct rcu_head a_rcu; 30 30 unsigned int a_count; 31 - struct posix_acl_entry a_entries[0];31 + struct posix_acl_entry a_entries[];32 32 }; 33 33 34 34 #define FOREACH_ACL_ENTRY(pa, acl, pe) \