Linus Torvalds 29e350944f 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 <torvalds@osdl.org>
2006-04-02 12:46:35 -07:00
..
2006-03-31 12:19:01 -08:00
2006-03-31 12:18:55 -08:00
2006-03-28 09:16:08 -08:00
2006-03-31 12:18:55 -08:00
2006-04-02 12:46:35 -07:00