[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)
commitc702e8047fe74648f7852a9c1de781b0d5a98402
tree24bd031d79f3d1159bc08704a51c84de01d712b0
parentead592ba246dfcc643b3f0f0c8c03f7bc898a59f
[NETLINK]: Directly return -EINTR from netlink_dump_start()

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>
net/core/rtnetlink.c
net/ipv4/inet_diag.c
net/netfilter/nf_conntrack_netlink.c
net/netlink/af_netlink.c
net/netlink/genetlink.c
net/xfrm/xfrm_user.c