Skip to content
Commit dab8fe32 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: do not inline netif_tx_lock()/netif_tx_unlock()



These are not fast path, there is no point in inlining them.

Also provide netif_freeze_queues()/netif_unfreeze_queues()
so that we can use them from dev_watchdog() in the following patch.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5337824f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment