From: Eric Dumazet Date: Sun, 23 Nov 2008 23:48:22 +0000 (-0800) Subject: net: af_netlink should update its inuse counter X-Git-Tag: v2.6.29-rc1~581^2~538 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1fd3b9455a977057f73534324d4e07a3d9fe502;p=pandora-kernel.git net: af_netlink should update its inuse counter In order to have relevant information for NETLINK protocol, in /proc/net/protocols, we should use sock_prot_inuse_add() to update a (percpu and pernamespace) counter of inuse sockets. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed