sysfs: Update the name hash when renaming sysfs entries
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 31 Jan 2012 14:40:26 +0000 (06:40 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 31 Jan 2012 19:30:48 +0000 (11:30 -0800)
commitd5c38b137ac8a6e3dbed13bc494d60df5b69dfc4
tree70a21802c74e6bb0b2afe81a881da59a9582ef75
parent07d251460bbf9752c6532af8c1a68328c199dd70
sysfs: Update the name hash when renaming sysfs entries

This fixes a bug introduced with sysfs name hashes where renaming a
network device appears to succeed but silently makes the sysfs files for
that network device inaccessible.

In at least one configuration this bug has stopped networking from
coming up during boot.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Tested-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/sysfs/dir.c