The patch titled sysfs: update obsolete comment in sysfs_update_file has been added to the -mm tree. Its filename is sysfs-update-obsolete-comment-in-sysfs_update_file.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sysfs: update obsolete comment in sysfs_update_file From: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> And the obsolete comment should be updated (or totally removed). Signed-off-by: Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/sysfs/file.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/sysfs/file.c~sysfs-update-obsolete-comment-in-sysfs_update_file fs/sysfs/file.c --- a/fs/sysfs/file.c~sysfs-update-obsolete-comment-in-sysfs_update_file +++ a/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); } _ Patches currently in -mm which might be from seto.hidetoshi@xxxxxxxxxxxxxx are sysfs-remove-duplicated-dput-in-sysfs_update_file.patch sysfs-update-obsolete-comment-in-sysfs_update_file.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html