]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()
authorTejun Heo <htejun@gmail.com>
Wed, 13 Jun 2007 18:45:14 +0000 (03:45 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:09:03 +0000 (16:09 -0700)
commit242813c7166035f82de334889eebbf5e558ac440
treef9bbba921409d021da1730b8edc95614504583cd
parent19e6b172718bd604df6b3a88306985fe82e8b1c7
sysfs: flatten cleanup paths in sysfs_add_link() and create_dir()

Flatten cleanup paths in sysfs_add_link() and create_dir() to improve
readability and ease further changes to these functions.  This is in
preparation of object reference simplification.

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