Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352764
b: refs/heads/master
c: dec34fb
h: refs/heads/master
v: v3
  • Loading branch information
Ying Xue authored and David S. Miller committed Feb 18, 2013
1 parent 65d69f3 commit d7cdb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c5c73dca596894c47760e4e955877b731ffabf57
refs/heads/master: dec34fb0f5b7873de45132a84a3af29e61084a6b
2 changes: 1 addition & 1 deletion trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d7cdb46

Please sign in to comment.