Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-10 | pipe: allow passing around of ops private pointer | Jens Axboe | |
relay needs this for proper consumption handling, and the network receive support needs it as well to lookup the sk_buff on pipe release. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> | |||
2007-07-10 | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | |
We need to move even more stuff into the header so that folks can use the splice_to_pipe() implementation instead of open-coding a lot of pipe knowledge (see relay implementation), so move to our own header file finally. Signed-off-by: Jens Axboe <jens.axboe@oracle.com> |