diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 7db3db112baa..e6f235ebf6c9 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -897,6 +897,7 @@ static inline void sock_rps_reset_rxhash(struct sock *sk) | |||
897 | if (!__rc) { \ | 897 | if (!__rc) { \ |
898 | *(__timeo) = schedule_timeout(*(__timeo)); \ | 898 | *(__timeo) = schedule_timeout(*(__timeo)); \ |
899 | } \ | 899 | } \ |
900 | sched_annotate_sleep(); \ | ||
900 | lock_sock(__sk); \ | 901 | lock_sock(__sk); \ |
901 | __rc = __condition; \ | 902 | __rc = __condition; \ |
902 | __rc; \ | 903 | __rc; \ |