diff options
Diffstat (limited to 'net/core/sock_diag.c')
-rw-r--r-- | net/core/sock_diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/sock_diag.c b/net/core/sock_diag.c index 8d11ee75a100..fb9d0e2fd148 100644 --- a/net/core/sock_diag.c +++ b/net/core/sock_diag.c | |||
@@ -19,7 +19,7 @@ static int (*inet_rcv_compat)(struct sk_buff *skb, struct nlmsghdr *nlh); | |||
19 | static DEFINE_MUTEX(sock_diag_table_mutex); | 19 | static DEFINE_MUTEX(sock_diag_table_mutex); |
20 | static struct workqueue_struct *broadcast_wq; | 20 | static struct workqueue_struct *broadcast_wq; |
21 | 21 | ||
22 | static u64 sock_gen_cookie(struct sock *sk) | 22 | u64 sock_gen_cookie(struct sock *sk) |
23 | { | 23 | { |
24 | while (1) { | 24 | while (1) { |
25 | u64 res = atomic64_read(&sk->sk_cookie); | 25 | u64 res = atomic64_read(&sk->sk_cookie); |