[Devel] Re: [PATCH 2/4] sysfs: Implement sysfs manged shadow directory support.
Eric W. Biederman
ebiederm at xmission.com
Mon Jul 30 20:24:03 PDT 2007
Ugh. I need to step back and carefully define what I'm seeing but it
looks like the current sysfs locking is wrong.
I'm starting to find little inconsistencies all over the place
such as:
Which lock actually protects sd->s_children?
- It isn't sysfs_mutex. (see sysfs_lookup)
- It isn't inode->i_mutex (we only get it if we happen to have the inode
in core)
At first glance sysfs_assoc_lock looks just as bad.
Eric
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list