Skip to content

Commit 7836667

Browse files
Eric Dumazetdavem330
authored andcommitted
net: do not export sk_stream_write_space
Since commit 900f65d ("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 <[email protected]> Cc: Neal Cardwell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3acf3ec commit 7836667

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

net/core/stream.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ void sk_stream_write_space(struct sock *sk)
4343
rcu_read_unlock();
4444
}
4545
}
46-
EXPORT_SYMBOL(sk_stream_write_space);
4746

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

0 commit comments

Comments
 (0)