splice: add void cookie to the actor data
[pandora-kernel.git] / include / linux / pipe_fs_i.h
index 6e7bfc1..f277a9c 100644 (file)
@@ -94,6 +94,7 @@ struct splice_desc {
        union {
                void __user *userptr;   /* memory to write to */
                struct file *file;      /* file to read/write */
+               void *data;             /* cookie */
        } u;
        loff_t pos;                     /* file position */
 };