X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fsplice.h;h=528dcb93c2f21b08cad24fd56e3a6ae8e707dbc0;hb=6b425660f45cdea177fe95388e081afa947b1506;hp=33e447f98a545c891192ab8b76acc78c92d6fc34;hpb=f79e3185dd0f8650022518d7624c876d8929061b;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/splice.h b/include/linux/splice.h index 33e447f98a54..528dcb93c2f2 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h @@ -53,6 +53,7 @@ struct splice_pipe_desc { int nr_pages; /* number of pages in map */ unsigned int flags; /* splice flags */ const struct pipe_buf_operations *ops;/* ops associated with output pipe */ + void (*spd_release)(struct splice_pipe_desc *, unsigned int); }; typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *,