From: Tejun Heo Date: Wed, 13 Jun 2007 19:27:24 +0000 (+0900) Subject: sysfs: move sysfs_drop_dentry() to dir.c and make it static X-Git-Tag: v2.6.23-rc1~1107^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0edd7c848945a75e2f41673f43bc37d0a5fed15;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed