diff options
author | Vlad Yasevich <vyasevic@redhat.com> | 2013-06-25 16:04:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-25 16:44:56 -0700 |
commit | ac4e4af1e59e16a018527ffa58d9d3f30bb96ca9 (patch) | |
tree | 310295ae1fffa64e94f8f3d733465d652925149a /drivers/ata | |
parent | 441ac0fcaadc76ad09771812382345001dd2b813 (diff) | |
download | linux-ac4e4af1e59e16a018527ffa58d9d3f30bb96ca9.tar.bz2 |
macvtap: Consistently use rcu functions
Currently macvtap uses rcu_bh functions in its
user facing fuction macvtap_get_user() and macvtap_put_user().
However, its packet handlers use normal rcu as the rcu_read_lock()
is taken in netif_receive_skb(). We can safely discontinue
the usage or rcu with bh disabled.
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ata')
0 files changed, 0 insertions, 0 deletions