summaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2016-10-31 16:47:15 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2016-12-26 23:53:38 -0500
commitf81dc7d7d5a2528f98f26a0b9406e822d0b35011 (patch)
tree84dcf809066aa8e4be34feb2fec5af01bcdf2903 /net/core/skbuff.c
parent23c832b10ca9ab2685d7d3e0990800ffc846fc92 (diff)
downloadop-kernel-dev-f81dc7d7d5a2528f98f26a0b9406e822d0b35011.zip
op-kernel-dev-f81dc7d7d5a2528f98f26a0b9406e822d0b35011.tar.gz
splice_pipe_desc: kill ->flags
no users left Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 5a03730..0835ac9 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,
};
OpenPOWER on IntegriCloud