[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)
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>

No differences found