[INET]: inet_frag_evictor() must run with BH disabled
Based upon a lockdep trace from Dave Jones. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -171,7 +171,9 @@ static __inline__ void fq_kill(struct nf_ct_frag6_queue *fq)
|
||||
|
||||
static void nf_ct_frag6_evictor(void)
|
||||
{
|
||||
local_bh_disable();
|
||||
inet_frag_evictor(&nf_init_frags, &nf_frags);
|
||||
local_bh_enable();
|
||||
}
|
||||
|
||||
static void nf_ct_frag6_expire(unsigned long data)
|
||||
|
Reference in New Issue
Block a user