Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78635
b: refs/heads/master
c: fcb8c15
h: refs/heads/master
i:
  78633: e3a3bb1
  78631: 3ef38b3
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jan 28, 2008
1 parent 0be5ee9 commit fbfd037
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 15ca36fb994923b454df44e5d7aa14b84ce5aee4
refs/heads/master: fcb8c156c8277ee9d71c8c81587d494c9c5240b3
2 changes: 2 additions & 0 deletions trunk/net/xfrm/xfrm_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
spin_unlock_bh(&x->lock);

err = x->type->output(x, skb);
if (err == -EINPROGRESS)
goto out_exit;

resume:
if (err) {
Expand Down

0 comments on commit fbfd037

Please sign in to comment.