From: Pavel Emelyanov Date: Tue, 1 Apr 2008 02:41:46 +0000 (-0700) Subject: [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. X-Git-Tag: v2.6.26-rc1~1138^2~267 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29a0bc4dfc4d833eb702b1929cec96a3eeb9f7a;p=pandora-kernel.git [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. This counter is about to become per-proto-and-per-net, so we'll need two arguments to determine which cell in this "table" to work with. All the places, but proc already pass proper net to it - proc will be tuned a bit later. Some indentation with spaces in proc files is done to keep the file coding style consistent. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed