commit | 5bc0b3bfa758e4ae49c94e31c1edb9a5f10a8060 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <dada1@cosmosbay.com> | Tue Nov 25 13:53:27 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 13:53:27 2008 -0800 |
tree | 229c10e9c3db1b0e6b1dc0ac2b3964340d2f1732 | |
parent | 8eecaba900e89643029fd2c253ad8ebb60761165 [diff] |
net: Make sure BHs are disabled in sock_prot_inuse_add() prot->destroy is not called with BH disabled. So we must add explicit BH disable around call to sock_prot_inuse_add() in sctp_destroy_sock() Signed-off-by: Eric Dumazet <dada1@cosmosbay.com> Signed-off-by: David S. Miller <davem@davemloft.net>