Skip to content
Commit 29e35094 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLinus Torvalds <torvalds@osdl.org>
parent b45e516f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment