From: Steven Rostedt (Red Hat) Date: Fri, 1 Mar 2013 01:03:06 +0000 (-0500) Subject: tracing: Do not block on splice if either file or splice NONBLOCK flag is set X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~134^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=189e5784f6c5e001a84127b83f03bc76a8bfb1ec;p=pandora-kernel.git 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 --- Reading git-diff-tree failed