Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294677
b: refs/heads/master
c: 26b2072
h: refs/heads/master
i:
  294675: 5248320
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Mar 22, 2012
1 parent 3916cc0 commit 6b8d50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0229eaaf3f82522e2b16b41b0f45bb84a88d1b0
refs/heads/master: 26b2072e7536e57995b2867d057fbb32ecfe498d
4 changes: 2 additions & 2 deletions trunk/net/xfrm/xfrm_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

static int xfrm_output2(struct sk_buff *skb);

static int xfrm_state_check_space(struct xfrm_state *x, struct sk_buff *skb)
static int xfrm_skb_check_space(struct sk_buff *skb)
{
struct dst_entry *dst = skb_dst(skb);
int nhead = dst->header_len + LL_RESERVED_SPACE(dst->dev)
Expand All @@ -48,7 +48,7 @@ static int xfrm_output_one(struct sk_buff *skb, int err)
goto resume;

do {
err = xfrm_state_check_space(x, skb);
err = xfrm_skb_check_space(skb);
if (err) {
XFRM_INC_STATS(net, LINUX_MIB_XFRMOUTERROR);
goto error_nolock;
Expand Down

0 comments on commit 6b8d50a

Please sign in to comment.