The patch titled sysfs: update obsolete comment in sysfs_update_file has been removed from the -mm tree. Its filename is sysfs-update-obsolete-comment-in-sysfs_update_file.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 @@ -502,7 +502,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 origin.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