commit | 189e5784f6c5e001a84127b83f03bc76a8bfb1ec | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Thu Feb 28 20:03:06 2013 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Mar 15 00:34:48 2013 -0400 |
tree | 56aa2f0cc1d00fbc74f70b84b1c5f2eabe53cb19 | |
parent | 92edca073c374f66b8eee20ec6426fb0cdb6c4d5 [diff] |
tracing: Do not block on splice if either file or splice NONBLOCK flag 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>