]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETLINK]: illegal use of pid in rtnetlink
authorAlexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Fri, 10 Feb 2006 00:40:58 +0000 (16:40 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 10 Feb 2006 00:43:41 +0000 (16:43 -0800)
commit28633514afd68afa77ed2fa34fa53626837bf2d5
tree5f816a81d5aad85521b0c092885bd2b735bafd1d
parenta70ea994a0d83fd0151a070be72b87d014ef0a7e
[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 <kuznet@ms2.inr.ac.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c
net/ipv4/devinet.c
net/ipv4/fib_semantics.c