mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
splice_pipe_desc: kill ->flags
no users left Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
23c832b10c
commit
f81dc7d7d5
4 changed files with 0 additions and 5 deletions
|
@ -1212,7 +1212,6 @@ static ssize_t subbuf_splice_actor(struct file *in,
|
|||
.nr_pages = 0,
|
||||
.nr_pages_max = PIPE_DEF_BUFFERS,
|
||||
.partial = partial,
|
||||
.flags = flags,
|
||||
.ops = &relay_pipe_buf_ops,
|
||||
.spd_release = relay_page_release,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue