commit | 7eee8cd4d8d6ce3f70e6bea716c19b28635a5232 | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Thu Apr 30 17:25:12 2015 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sat May 02 22:17:44 2015 -0400 |
tree | 43d713eeef4f809cd1a2c2089966c850ff85568f | |
parent | 3715544750e4a250f881254900cccebc57509fde [diff] |
ipv4: remove the unnecessary codes in fib_info_hash_move The whole hlist will be moved, so not need to call hlist_del before add the hlist_node to other hlist_head. Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>