Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: Do not block on splice if either file or splice NONBLOCK fla…
…g is set Currently only the splice NONBLOCK flag is checked to determine if the splice read should block or not. But the file descriptor NONBLOCK flag also needs to be checked. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
- Loading branch information