|
@@ -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 */
|
|
};
|
|
};
|