commit | c66ab6fa705e1b2887a6d9246b798bdc526839e2 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Jun 12 21:17:17 2007 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Jul 10 08:04:12 2007 +0200 |
tree | 764ece0ee44f937012dfaa1657709da548ed5b16 | |
parent | 71780f59e127bb281a9302d430495ca9586c14e7 [diff] |
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 <jens.axboe@oracle.com>