]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: move sysfs_drop_dentry() to dir.c and make it static
authorTejun Heo <htejun@gmail.com>
Wed, 13 Jun 2007 19:27:24 +0000 (04:27 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:09:09 +0000 (16:09 -0700)
commit1c011f1e63d88cc5c53e50194d4d0494969cd557
treec74ea7d7dbc814faef126f97601a16c7118b3099
parent9554daf3f3f42bdfdb6c23f31d4a64e29d051aa9
sysfs: move sysfs_drop_dentry() to dir.c and make it static

After add/remove path restructuring, the only user of
sysfs_drop_dentry() is sysfs_addrm_finish().  Move sysfs_drop_dentry()
to dir.c and make it static.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c
fs/sysfs/inode.c
fs/sysfs/sysfs.h