From d7cdb46d800dc54b1af0e23a2b5edfef418b8a63 Mon Sep 17 00:00:00 2001 From: Ying Xue Date: Fri, 15 Feb 2013 22:28:25 +0000 Subject: [PATCH] --- yaml --- r: 352764 b: refs/heads/master c: dec34fb0f5b7873de45132a84a3af29e61084a6b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/sock.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",