diff options
-rw-r--r-- | net/ipv4/ah4.c | 2 | ||||
-rw-r--r-- | net/ipv6/ah6.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/net/ipv4/ah4.c b/net/ipv4/ah4.c index c7056b2e831f..36d14406261e 100644 --- a/net/ipv4/ah4.c +++ b/net/ipv4/ah4.c | |||
@@ -369,8 +369,6 @@ static int ah_input(struct xfrm_state *x, struct sk_buff *skb) | |||
369 | if (err == -EINPROGRESS) | 369 | if (err == -EINPROGRESS) |
370 | goto out; | 370 | goto out; |
371 | 371 | ||
372 | if (err == -EBUSY) | ||
373 | err = NET_XMIT_DROP; | ||
374 | goto out_free; | 372 | goto out_free; |
375 | } | 373 | } |
376 | 374 | ||
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 7a33aaa00227..4c0f894d0843 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c | |||
@@ -581,8 +581,6 @@ static int ah6_input(struct xfrm_state *x, struct sk_buff *skb) | |||
581 | if (err == -EINPROGRESS) | 581 | if (err == -EINPROGRESS) |
582 | goto out; | 582 | goto out; |
583 | 583 | ||
584 | if (err == -EBUSY) | ||
585 | err = NET_XMIT_DROP; | ||
586 | goto out_free; | 584 | goto out_free; |
587 | } | 585 | } |
588 | 586 | ||