hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/include/linux/posix_acl.h
....@@ -28,7 +28,7 @@
2828 refcount_t a_refcount;
2929 struct rcu_head a_rcu;
3030 unsigned int a_count;
31
- struct posix_acl_entry a_entries[0];
31
+ struct posix_acl_entry a_entries[];
3232 };
3333
3434 #define FOREACH_ACL_ENTRY(pa, acl, pe) \