commit | 28633514afd68afa77ed2fa34fa53626837bf2d5 | [log] [tgz] |
---|---|---|
author | Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> | Thu Feb 09 16:40:58 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Feb 09 16:43:41 2006 -0800 |
tree | 5f816a81d5aad85521b0c092885bd2b735bafd1d | |
parent | a70ea994a0d83fd0151a070be72b87d014ef0a7e [diff] |
[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>