Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88017
b: refs/heads/master
c: e8e16b7
h: refs/heads/master
i:
  88015: 4a2c5e1
v: v3
  • Loading branch information
David S. Miller committed Mar 29, 2008
1 parent 6c62385 commit 0b64703
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ef4730927c54cac5006759fa0cf50fbeff9d191
refs/heads/master: e8e16b706e8406f1ab3bccab16932ebc513896d8
3 changes: 3 additions & 0 deletions trunk/net/ipv4/inet_fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 2 additions & 0 deletions trunk/net/ipv6/netfilter/nf_conntrack_reasm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b64703

Please sign in to comment.