From: Linus Torvalds Date: Sun, 2 Apr 2006 19:46:35 +0000 (-0700) Subject: splice: add SPLICE_F_NONBLOCK flag X-Git-Tag: v2.6.17-rc1~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e350944fdc2dfca102500790d8ad6d6ff4f69d;p=pandora-kernel.git splice: add SPLICE_F_NONBLOCK flag It doesn't make the splice itself necessarily nonblocking (because the actual file descriptors that are spliced from/to may block unless they have the O_NONBLOCK flag set), but it makes the splice pipe operations nonblocking. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed