diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/splice.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/splice.h b/include/linux/splice.h index 33e447f98a..528dcb93c2 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h | |||
| @@ -53,6 +53,7 @@ struct splice_pipe_desc { | |||
| 53 | int nr_pages; /* number of pages in map */ | 53 | int nr_pages; /* number of pages in map */ |
| 54 | unsigned int flags; /* splice flags */ | 54 | unsigned int flags; /* splice flags */ |
| 55 | const struct pipe_buf_operations *ops;/* ops associated with output pipe */ | 55 | const struct pipe_buf_operations *ops;/* ops associated with output pipe */ |
| 56 | void (*spd_release)(struct splice_pipe_desc *, unsigned int); | ||
| 56 | }; | 57 | }; |
| 57 | 58 | ||
| 58 | typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, | 59 | typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, |
