linux/fs/sysfs
Tejun Heo 5f9953237f sysfs: consolidate sysfs spinlocks
Replace sysfs_lock and kobj_sysfs_assoc_lock with sysfs_assoc_lock.
sysfs_lock was originally to be used to protect sysfs_dirent tree but
mutex seems better choice, so there is no reason to keep sysfs_lock
separate.  Merge the two spinlocks into one.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:09:08 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
bin.c sysfs: make kobj point to sysfs_dirent instead of dentry 2007-07-11 16:09:08 -07:00
dir.c sysfs: consolidate sysfs spinlocks 2007-07-11 16:09:08 -07:00
file.c sysfs: make kobj point to sysfs_dirent instead of dentry 2007-07-11 16:09:08 -07:00
group.c sysfs: make kobj point to sysfs_dirent instead of dentry 2007-07-11 16:09:08 -07:00
inode.c sysfs: consolidate sysfs spinlocks 2007-07-11 16:09:08 -07:00
mount.c sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags 2007-07-11 16:09:08 -07:00
symlink.c sysfs: consolidate sysfs spinlocks 2007-07-11 16:09:08 -07:00
sysfs.h sysfs: consolidate sysfs spinlocks 2007-07-11 16:09:08 -07:00