From: Jens Axboe Date: Fri, 15 Jun 2007 11:16:13 +0000 (+0200) Subject: splice: only check do_wakeup in splice_to_pipe() for a real pipe X-Git-Tag: v2.6.22-rc5~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02676e5aee271c1f20d7d44249d26741aef1e846;p=pandora-kernel.git splice: only check do_wakeup in splice_to_pipe() for a real pipe We only ever set do_wakeup to non-zero if the pipe has an inode backing, so it's pointless to check outside the pipe->inode check. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed