]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/commit
sysfs: Only take active references on attributes.
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 11 Feb 2010 23:20:00 +0000 (15:20 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 8 Mar 2010 01:04:51 +0000 (17:04 -0800)
commita2db6842873c8e5a70652f278d469128cb52db70
tree0415c6cfb33753c7a20e05d95e3ce485a60b1f41
parente72ceb8ccac5f770b3e696e09bb673dca7024b20
sysfs: Only take active references on attributes.

If we exclude directories and symlinks from the set of sysfs
dirents where we need active references we are left with
sysfs attributes (binary or not).

- Tweak sysfs_deactivate to only do something on attributes
- Move lockdep initialization into sysfs_file_add_mode to
  limit it to just attributes.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c
fs/sysfs/file.c
fs/sysfs/sysfs.h