diff --git a/[refs] b/[refs] index 2382897aaf9f..d17f75b707f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c5c73dca596894c47760e4e955877b731ffabf57 +refs/heads/master: dec34fb0f5b7873de45132a84a3af29e61084a6b diff --git a/trunk/include/net/sock.h b/trunk/include/net/sock.h index 182ca99405ad..25afaa013320 100644 --- a/trunk/include/net/sock.h +++ b/trunk/include/net/sock.h @@ -1037,7 +1037,7 @@ static inline void sk_refcnt_debug_dec(struct sock *sk) sk->sk_prot->name, sk, atomic_read(&sk->sk_prot->socks)); } -inline void sk_refcnt_debug_release(const struct sock *sk) +static inline void sk_refcnt_debug_release(const struct sock *sk) { if (atomic_read(&sk->sk_refcnt) != 1) printk(KERN_DEBUG "Destruction of the %s socket %p delayed, refcnt=%d\n",