]> Pileus Git - ~andy/linux/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)
commit89fc8632dd7d3402b0320551da207e44f5ce5a3e
treecc80601cdb7096b9dc4d9d5f14eb477c4dd82322
parentb93819854d6e79999a01ae73f90d3a4b06816cf7
parent5bb025fae53889cc99a21058c5dd369bf8cce820
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>