commit | 3755810cebf7f9902b05c7ba9baeac0fc44881be | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Mon Nov 24 14:05:22 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 24 14:05:22 2008 -0800 |
tree | e4bee0e33103781034fdf6144898a67b21778ad7 | |
parent | 920de804bca61f88643bc9171bcd06f1a56c6258 [diff] |
net: Make sure BHs are disabled in sock_prot_inuse_add() There is still a call to sock_prot_inuse_add() in af_netlink while in a preemptable section. Add explicit BH disable around this call. Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>