Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368735
b: refs/heads/master
c: 68399ac
h: refs/heads/master
i:
  368733: 0f246bb
  368731: cda65ce
  368727: e1c6f84
  368719: ee4600f
  368703: 14eb275
v: v3
  • Loading branch information
Jesper Dangaard Brouer authored and David S. Miller committed Mar 27, 2013
1 parent 8a29595 commit 6a306a3
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 167bfa71844a7a7415da0fa8c75e672f3bd438c8
refs/heads/master: 68399ac37e571c2d695ea3b08aa82235874b5158
3 changes: 3 additions & 0 deletions trunk/net/ipv4/inet_fragment.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f, bool force)
q = list_first_entry(&nf->lru_list,
struct inet_frag_queue, lru_list);
atomic_inc(&q->refcnt);
/* Remove q from list to avoid several CPUs grabbing it */
list_del_init(&q->lru_list);

spin_unlock(&nf->lru_lock);

spin_lock(&q->lock);
Expand Down

0 comments on commit 6a306a3

Please sign in to comment.