diff options
author | Veaceslav Falico <vfalico@redhat.com> | 2014-01-14 21:58:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-15 15:16:20 -0800 |
commit | 5bb025fae53889cc99a21058c5dd369bf8cce820 (patch) | |
tree | cc80601cdb7096b9dc4d9d5f14eb477c4dd82322 /COPYING | |
parent | 3ee32707560955e92d30f7f6e5138cb92a3b1a7e (diff) | |
download | op-kernel-dev-5bb025fae53889cc99a21058c5dd369bf8cce820.zip op-kernel-dev-5bb025fae53889cc99a21058c5dd369bf8cce820.tar.gz |
net: rename sysfs symlinks on device name change
Currently, we don't rename the upper/lower_ifc symlinks in
/sys/class/net/*/ , which might result stale/duplicate links/names.
Fix this by adding netdev_adjacent_rename_links(dev, oldname) which renames
all the upper/lower interface's links to dev from the upper/lower_oldname
to the new name.
We don't need a rollback because only we control these symlinks and if we
fail to rename them - sysfs will anyway complain.
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>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions