diff --git a/[refs] b/[refs] index f7e594025972..332c3c68e8d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 07d251460bbf9752c6532af8c1a68328c199dd70 +refs/heads/master: d5c38b137ac8a6e3dbed13bc494d60df5b69dfc4 diff --git a/trunk/fs/sysfs/dir.c b/trunk/fs/sysfs/dir.c index ea64d01400ac..dd3779cf3a3b 100644 --- a/trunk/fs/sysfs/dir.c +++ b/trunk/fs/sysfs/dir.c @@ -872,6 +872,7 @@ int sysfs_rename(struct sysfs_dirent *sd, dup_name = sd->s_name; sd->s_name = new_name; + sd->s_hash = sysfs_name_hash(sd->s_ns, sd->s_name); } /* Move to the appropriate place in the appropriate directories rbtree. */