From: Jens Axboe Date: Tue, 12 Jun 2007 19:17:17 +0000 (+0200) Subject: splice: abstract out actor data X-Git-Tag: v2.6.23-rc1~1157^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c66ab6fa705e1b2887a6d9246b798bdc526839e2;p=pandora-kernel.git splice: abstract out actor data For direct splicing (or private splicing), the output may not be a file. So abstract out the handling into a specified actor function and put the data in the splice_desc structure earlier, so we can build on top of that. This is the first step in better splice handling for drivers, and also for implementing vmsplice _to_ user memory. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed