From: Alexey Kuznetsov Date: Fri, 10 Feb 2006 00:40:58 +0000 (-0800) Subject: [NETLINK]: illegal use of pid in rtnetlink X-Git-Tag: v2.6.16-rc3~44^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28633514afd68afa77ed2fa34fa53626837bf2d5;p=pandora-kernel.git [NETLINK]: illegal use of pid in rtnetlink When a netlink message is not related to a netlink socket, it is issued by kernel socket with pid 0. Netlink "pid" has nothing to do with current->pid. I called it incorrectly, if it was named "port", the confusion would be avoided. Signed-off-by: Alexey Kuznetsov Signed-off-by: David S. Miller --- Reading git-diff-tree failed