Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111596
b: refs/heads/master
c: 0856990
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Sep 10, 2008
1 parent 69a0e98 commit debd464
Show file tree
Hide file tree
Showing 2 changed files with 2 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: abb81c4f3cb9b8d421f1e5474811ef1d461d341c
refs/heads/master: 08569908fffec3625e29eec7cf7577eaa512e719
1 change: 1 addition & 0 deletions trunk/net/xfrm/xfrm_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ static void xfrm_state_gc_task(struct work_struct *data)
list_for_each_entry_safe(x, tmp, &xfrm_state_gc_leftovers, gclist) {
if ((long)(x->lastused - completed) > 0)
break;
list_del(&x->gclist);
xfrm_state_gc_destroy(x);
}

Expand Down

0 comments on commit debd464

Please sign in to comment.