[NETLINK]: Fix ACK processing after netlink_dump_start
authorDenis V. Lunev <den@openvz.org>
Wed, 24 Oct 2007 03:29:25 +0000 (20:29 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 24 Oct 2007 04:27:51 +0000 (21:27 -0700)
commit5c58298c2536252ab95aa2b1497ab47eb878ca5d
treec21815b2b3c16aaf7ebb5750fe4fe195f1d04e3c
parentbe7f827360b5dfecd8f43adbd48f2c39556004c9
[NETLINK]: Fix ACK processing after netlink_dump_start

Revert to original netlink behavior. Do not reply with ACK if the
netlink dump has bees successfully started.

libnl has been broken by the cd40b7d3983c708aabe3d3008ec64ffce56d33b0
The following command reproduce the problem:
   /nl-route-get 192.168.1.1

Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netlink/af_netlink.c