diff options
| -rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 2c7d60ca3548..849c7df23181 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
| @@ -426,7 +426,7 @@ static inline void sk_acceptq_added(struct sock *sk) | |||
| 426 | 426 | ||
| 427 | static inline int sk_acceptq_is_full(struct sock *sk) | 427 | static inline int sk_acceptq_is_full(struct sock *sk) |
| 428 | { | 428 | { |
| 429 | return sk->sk_ack_backlog > sk->sk_max_ack_backlog; | 429 | return sk->sk_ack_backlog >= sk->sk_max_ack_backlog; |
| 430 | } | 430 | } |
| 431 | 431 | ||
| 432 | /* | 432 | /* |
