From: Thomas Graf Date: Fri, 23 Mar 2007 06:30:55 +0000 (-0700) Subject: [NETLINK]: Directly return -EINTR from netlink_dump_start() X-Git-Tag: v2.6.22-rc1~1128^2~195 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c702e8047fe74648f7852a9c1de781b0d5a98402;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed