Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pipe: allow passing around of ops private pointer | Jens Axboe | 2007-07-10 | 1 | -0/+1 |
| | | | | | | | | 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> | ||||
* | splice: divorce the splice structure/function definitions from the pipe header | Jens Axboe | 2007-07-10 | 1 | -0/+72 |
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> |