Re: [PATCH] net: Make sure BHs are disabled in sock_prot_inuse_add()
From: David Miller <davem@davemloft.net>
Date: 2008-11-24 22:05:39
From: David Miller <davem@davemloft.net>
Date: 2008-11-24 22:05:39
From: Eric Dumazet <redacted> Date: Mon, 24 Nov 2008 18:23:24 +0100
Third round of patch about sock_prot_inuse_add() ... Thanks [PATCH] 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 <redacted>
Applied, thanks Eric.