pipe: allow passing around of ops private pointer
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>
This commit is contained in:
parent
d6b29d7cee
commit
497f9625c2
3 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,7 @@ struct splice_desc {
|
|||
struct partial_page {
|
||||
unsigned int offset;
|
||||
unsigned int len;
|
||||
unsigned long private;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue