Skip to content
Snippets Groups Projects
Commit 6f756a8c authored by David S. Miller's avatar David S. Miller
Browse files

net: Make sure BHs are disabled in sock_prot_inuse_add()


The rule of calling sock_prot_inuse_add() is that BHs must
be disabled.  Some new calls were added where this was not
true and this tiggers warnings as reported by Ilpo.

Fix this by adding explicit BH disabling around those call sites.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent be77e593
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment