]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/ipv4/inet_fragment.c
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / net / ipv4 / inet_fragment.c
index 93170bfcc22e7b12b00f38278c88b15330736afd..4ed429bd5951542401130f16e3a4f0341ded3920 100644 (file)
@@ -86,7 +86,10 @@ EXPORT_SYMBOL(inet_frags_fini);
 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f)
 {
        nf->low_thresh = 0;
+
+       local_bh_disable();
        inet_frag_evictor(nf, f);
+       local_bh_enable();
 }
 EXPORT_SYMBOL(inet_frags_exit_net);