commit | f06c7f9f92295faf701a9628b383156c4efb6119 | [log] [tgz] |
---|---|---|
author | dingtianhong <dingtianhong@huawei.com> | Fri May 09 14:58:05 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Mon May 12 14:39:13 2014 -0400 |
tree | 93d816c8e3d78f4252c4f32cf57a6626c36496f3 | |
parent | 60ff746739bf805a912484643c720b6124826140 [diff] |
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu() The __vlan_find_dev_deep should always called in RCU, according David's suggestion, rename to __vlan_find_dev_deep_rcu looks more reasonable. Signed-off-by: Ding Tianhong <dingtianhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>