From: Eric Dumazet Date: Tue, 25 Nov 2008 21:53:27 +0000 (-0800) Subject: net: Make sure BHs are disabled in sock_prot_inuse_add() X-Git-Tag: v2.6.29-rc1~581^2~487 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bc0b3bfa758e4ae49c94e31c1edb9a5f10a8060;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed