From: Jens Axboe Date: Tue, 12 Jun 2007 06:43:46 +0000 (+0200) Subject: relay: use splice_to_pipe() instead of open-coding the pipe loop X-Git-Tag: v2.6.23-rc1~1157^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db60cf2056511c7c8cebcbaee308ef6c79b4728;p=pandora-kernel.git relay: use splice_to_pipe() instead of open-coding the pipe loop It cleans up the relay splice implementation a lot, and gets rid of a lot of internal pipe knowledge that should not be in there. Plus fixes for padding and partial first page (and lots more) from Tom Zanussi. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed