From: Denis V. Lunev Date: Thu, 11 Oct 2007 04:14:32 +0000 (-0700) Subject: [NET]: unify netlink kernel socket recognition X-Git-Tag: v2.6.24-rc1~1454^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed815601f3f95281ab3a01f7e2cbe1bd54285a0;p=pandora-kernel.git [NET]: unify netlink kernel socket recognition There are currently two ways to determine whether the netlink socket is a kernel one or a user one. This patch creates a single inline call for this purpose and unifies all the calls in the af_netlink.c No similar calls are found outside af_netlink.c. Signed-off-by: Denis V. Lunev Acked-by: Alexey Kuznetsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed