]> git.baikalelectronics.ru Git - kernel.git/commit
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid
authorJamal Hadi Salim <hadi@cyberus.ca>
Sun, 19 Jun 2005 05:54:12 +0000 (22:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jun 2005 05:54:12 +0000 (22:54 -0700)
commit2f7c9f47bc2c2766eae5c95359f8541190784377
tree717f69a0c204b12eeedb8035fb66c8e9bb2d5a09
parent85f81f218620c5462c096b807cd2001be873ba14
[NETLINK]: Correctly set NLM_F_MULTI without checking the pid

This patch rectifies some rtnetlink message builders that derive the
flags from the pid. It is now explicit like the other cases
which get it right. Also fixes half a dozen dumpers which did not
set NLM_F_MULTI at all.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
14 files changed:
net/core/neighbour.c
net/core/rtnetlink.c
net/decnet/dn_dev.c
net/decnet/dn_route.c
net/decnet/dn_rules.c
net/decnet/dn_table.c
net/ipv4/devinet.c
net/ipv4/fib_hash.c
net/ipv4/fib_lookup.h
net/ipv4/fib_rules.c
net/ipv4/fib_semantics.c
net/ipv4/route.c
net/ipv6/addrconf.c
net/ipv6/route.c