sysfs: fix comments of sysfs_add/remove_one()
authorTejun Heo <htejun@gmail.com>
Thu, 20 Sep 2007 07:05:09 +0000 (16:05 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:51:09 +0000 (14:51 -0700)
commit181b2e4be1603ce3ccace8322047a548f29f4b20
tree5cfc9844ccacd8c8b378e9e47d2c8f7625b7bff3
parent5c3e8964ce87477a12e3e9edc3742156a3929a74
sysfs: fix comments of sysfs_add/remove_one()

sysfs_add/remove_one() now link and unlink the target dirent into and
from the children list.  Update comments accordingly.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c