commit | c702e8047fe74648f7852a9c1de781b0d5a98402 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Mar 22 23:30:55 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:27:33 2007 -0700 |
tree | 24bd031d79f3d1159bc08704a51c84de01d712b0 | |
parent | ead592ba246dfcc643b3f0f0c8c03f7bc898a59f [diff] |
[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>