Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ff7751d authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller
Browse files

[TCP]: Make tcp_splice_data_recv() static.

parent a0974dd3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ static inline void tcp_push(struct sock *sk, int flags, int mss_now,
	}
}

int tcp_splice_data_recv(read_descriptor_t *rd_desc, struct sk_buff *skb,
static int tcp_splice_data_recv(read_descriptor_t *rd_desc, struct sk_buff *skb,
				unsigned int offset, size_t len)
{
	struct tcp_splice_state *tss = rd_desc->arg.data;