]> Git Repo - linux.git/commit
sysfs: kill unnecessary sysfs_get() in open paths
authorTejun Heo <[email protected]>
Thu, 20 Sep 2007 07:05:10 +0000 (16:05 +0900)
committerGreg Kroah-Hartman <[email protected]>
Fri, 12 Oct 2007 21:51:10 +0000 (14:51 -0700)
commitb05f0548dabd20433f8c201a0307103721d6a18b
tree1dd741ce7ee0a05f20b4b1469f03b378c8ee9ed1
parentb13dc89c5a5bd5e34aadb44c0fb7e870959dcd06
sysfs: kill unnecessary sysfs_get() in open paths

There's no reason to get an extra reference to sysfs_dirent for an
open file.  Open file has a reference to the dentry which in turn has
a reference to sysfs_dirent.  This is fairly obvious as otherwise open
itself won't be able to access the sysfs_dirent.  Kill the extra
sysfs_get() and matching sysfs_put().

Signed-off-by: Tejun Heo <[email protected]>
Acked-by: Cornelia Huck <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
fs/sysfs/bin.c
fs/sysfs/file.c
This page took 0.052062 seconds and 4 git commands to generate.