diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-10-31 16:47:15 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-12-26 23:53:38 -0500 |
commit | f81dc7d7d5a2528f98f26a0b9406e822d0b35011 (patch) | |
tree | 84dcf809066aa8e4be34feb2fec5af01bcdf2903 /net | |
parent | 23c832b10ca9ab2685d7d3e0990800ffc846fc92 (diff) |
splice_pipe_desc: kill ->flags
no users left
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/skbuff.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 5a03730fbc1a..0835ac93a4b1 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -1976,7 +1976,6 @@ int skb_splice_bits(struct sk_buff *skb, struct sock *sk, unsigned int offset, .pages = pages, .partial = partial, .nr_pages_max = MAX_SKB_FRAGS, - .flags = flags, .ops = &nosteal_pipe_buf_ops, .spd_release = sock_spd_release, }; |