commit | 29e350944fdc2dfca102500790d8ad6d6ff4f69d | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Sun Apr 02 12:46:35 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Apr 02 12:46:35 2006 -0700 |
tree | 7630809d75149b0053dcc45ad34e95d5506e88b3 | |
parent | b45e516f701e0fc81fb3dbd1ba9db35f991a4465 [diff] |
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>