mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
splice: add void cookie to the actor data
We need that for passing driver private info. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
0452a4e5d0
commit
130610d6f6
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ struct splice_desc {
|
||||||
union {
|
union {
|
||||||
void __user *userptr; /* memory to write to */
|
void __user *userptr; /* memory to write to */
|
||||||
struct file *file; /* file to read/write */
|
struct file *file; /* file to read/write */
|
||||||
|
void *data; /* cookie */
|
||||||
} u;
|
} u;
|
||||||
loff_t pos; /* file position */
|
loff_t pos; /* file position */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue