linux/net/netlink
David S. Miller 6f756a8c36 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: David S. Miller <davem@davemloft.net>
2008-11-23 17:34:03 -08:00
..
af_netlink.c net: Make sure BHs are disabled in sock_prot_inuse_add() 2008-11-23 17:34:03 -08:00
attr.c netlink: constify struct nlattr * arg to parsing functions 2008-10-28 11:59:11 -07:00
genetlink.c netlink: genl: fix circular locking 2008-06-18 02:07:07 -07:00
Makefile [NETLINK]: Generic netlink family 2005-11-10 02:26:41 +01:00