diff options
author | 2016-10-31 16:47:15 -0400 | |
---|---|---|
committer | 2016-12-26 23:53:38 -0500 | |
commit | f81dc7d7d5a2528f98f26a0b9406e822d0b35011 (patch) | |
tree | 84dcf809066aa8e4be34feb2fec5af01bcdf2903 /include/linux | |
parent | remove spd_release_page() (diff) | |
download | wireguard-linux-f81dc7d7d5a2528f98f26a0b9406e822d0b35011.tar.xz wireguard-linux-f81dc7d7d5a2528f98f26a0b9406e822d0b35011.zip |
splice_pipe_desc: kill ->flags
no users left
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/splice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/splice.h b/include/linux/splice.h index 647243bdd9d7..3c98dad93bf3 100644 --- a/include/linux/splice.h +++ b/include/linux/splice.h @@ -55,7 +55,6 @@ struct splice_pipe_desc { struct partial_page *partial; /* pages[] may not be contig */ int nr_pages; /* number of populated pages in map */ unsigned int nr_pages_max; /* pages[] & partial[] arrays size */ - 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); }; |