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

Commit 7836667c authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: do not export sk_stream_write_space



Since commit 900f65d3 ("tcp: move duplicate code from
tcp_v4_init_sock()/tcp_v6_init_sock()") we no longer need
to export sk_stream_write_space()

From: Eric Dumazet <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3acf3ec3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ void sk_stream_write_space(struct sock *sk)
		rcu_read_unlock();
	}
}
EXPORT_SYMBOL(sk_stream_write_space);

/**
 * sk_stream_wait_connect - Wait for a socket to get into the connected state