]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'netdev_sysfs_symlink_rename'
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 23:17:03 +0000 (15:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Jan 2014 23:17:03 +0000 (15:17 -0800)
commit507b4f50ae18f1586e059fa65d5130c871e133d2
treecc80601cdb7096b9dc4d9d5f14eb477c4dd82322
parent2c44085bfa9d8442b88180cd1f849a1ffd0f5219
parent7c8e0eea9a8b6aa00f692ddfe0f593f14bdc6650
Merge branch 'netdev_sysfs_symlink_rename'

Veaceslav Falico says:

====================
net: rename device's sysfs symlinks on name change

First patch only adds helper functions and cleans up the code a bit, second
one already does the renaming.

v1->v2:
Don't export the function, as it's used only in dev.c.
====================

Reported-by: Ding Tianhong <dingtianhong@huawei.com>
CC: Ding Tianhong <dingtianhong@huawei.com>
CC: "David S. Miller" <davem@davemloft.net>
CC: Eric Dumazet <edumazet@google.com>
CC: Nicolas Dichtel <nicolas.dichtel@6wind.com>
CC: Cong Wang <amwang@redhat.com>
CC: netdev@vger.kernel.org
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>