[NET]: unify netlink kernel socket recognition
authorDenis V. Lunev <den@openvz.org>
Thu, 11 Oct 2007 04:14:32 +0000 (21:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2007 04:14:32 +0000 (21:14 -0700)
commitaed815601f3f95281ab3a01f7e2cbe1bd54285a0
tree9aa4d01bcb33ca319a5d13db1bf1e5c4549d64cc
parent7ee015e0fa3c856416e9477aac4b850ec6f09017
[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 <den@openvz.org>
Acked-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c