From seto.hidetoshi@jp.fujitsu.com Wed Sep 20 00:46:42 2006 Message-ID: <4510F26E.2070706@jp.fujitsu.com> Date: Wed, 20 Sep 2006 16:49:02 +0900 From: Hidetoshi Seto To: Greg KH Cc: Linux Kernel list Subject: sysfs: update obsolete comment in sysfs_update_file And the obsolete comment should be updated (or totally removed). Signed-off-by: Hidetoshi Seto Signed-off-by: Greg Kroah-Hartman --- fs/sysfs/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/fs/sysfs/file.c +++ gregkh-2.6/fs/sysfs/file.c @@ -488,7 +488,7 @@ int sysfs_update_file(struct kobject * k d_drop(victim); /** - * Drop the reference acquired from sysfs_get_dentry() above. + * Drop the reference acquired from lookup_one_len() above. */ dput(victim); }