[NETLINK]: Directly return -EINTR from netlink_dump_start()
authorThomas Graf <tgraf@suug.ch>
Fri, 23 Mar 2007 06:30:55 +0000 (23:30 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:27:33 +0000 (22:27 -0700)
Now that all users of netlink_dump_start() use netlink_run_queue()
to process the receive queue, it is possible to return -EINTR from
netlink_dump_start() directly, therefore simplying the callers.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found