splice: add SPLICE_F_NONBLOCK flag
authorLinus Torvalds <torvalds@g5.osdl.org>
Sun, 2 Apr 2006 19:46:35 +0000 (12:46 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 2 Apr 2006 19:46:35 +0000 (12:46 -0700)
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 <torvalds@osdl.org>

No differences found