aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/pipe_fs_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pipe_fs_i.h b/include/linux/pipe_fs_i.h
index 6e7bfc12542..f277a9cdb50 100644
--- a/include/linux/pipe_fs_i.h
+++ b/include/linux/pipe_fs_i.h
@@ -94,6 +94,7 @@ struct splice_desc {
94 union { 94 union {
95 void __user *userptr; /* memory to write to */ 95 void __user *userptr; /* memory to write to */
96 struct file *file; /* file to read/write */ 96 struct file *file; /* file to read/write */
97 void *data; /* cookie */
97 } u; 98 } u;
98 loff_t pos; /* file position */ 99 loff_t pos; /* file position */
99}; 100};