Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs fixes from Al Viro. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: posix_acl: de-union a_refcount and a_rcu nfs_atomic_open(): prevent parallel nfs_lookup() on a negative hashed Use the right predicate in ->atomic_open() instances
This commit is contained in:
@@ -43,10 +43,8 @@ struct posix_acl_entry {
|
||||
};
|
||||
|
||||
struct posix_acl {
|
||||
union {
|
||||
atomic_t a_refcount;
|
||||
struct rcu_head a_rcu;
|
||||
};
|
||||
atomic_t a_refcount;
|
||||
struct rcu_head a_rcu;
|
||||
unsigned int a_count;
|
||||
struct posix_acl_entry a_entries[0];
|
||||
};
|
||||
|
Reference in New Issue
Block a user