diff options
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r-- | net/ipv6/raw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index 52ed7d7f9dab..cb834ab7f071 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c | |||
@@ -517,7 +517,6 @@ csum_copy_err: | |||
517 | as some normal condition. | 517 | as some normal condition. |
518 | */ | 518 | */ |
519 | err = (flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH; | 519 | err = (flags&MSG_DONTWAIT) ? -EAGAIN : -EHOSTUNREACH; |
520 | atomic_inc(&sk->sk_drops); | ||
521 | goto out; | 520 | goto out; |
522 | } | 521 | } |
523 | 522 | ||