diff --git a/[refs] b/[refs] index 7b6eba2a8083..3f915455fdb8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e42344514c6e8ca7f5427da9b1407b56550dfa01 +refs/heads/master: 97a501849d60f3dbb8bfcd2300cf65dd5ebc0355 diff --git a/trunk/fs/sysfs/file.c b/trunk/fs/sysfs/file.c index 93218ccb2f6b..298303b5a716 100644 --- a/trunk/fs/sysfs/file.c +++ b/trunk/fs/sysfs/file.c @@ -488,7 +488,7 @@ int sysfs_update_file(struct kobject * kobj, const struct attribute * attr) d_drop(victim); /** - * Drop the reference acquired from sysfs_get_dentry() above. + * Drop the reference acquired from lookup_one_len() above. */ dput(victim); }