projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acf3ec
)
net: do not export sk_stream_write_space
author
Eric Dumazet
<edumazet@google.com>
Wed, 28 Sep 2016 15:41:16 +0000
(08:41 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 29 Sep 2016 00:32:38 +0000
(20:32 -0400)
Since commit
900f65d361d3
("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: David S. Miller <davem@davemloft.net>
net/core/stream.c
patch
|
blob
|
blame
|
history
diff --git
a/net/core/stream.c
b/net/core/stream.c
index 159516a11b7e84f7e64e0acfa2dd55dab82307bd..1086c8b280a868101df7b44691eccac40bd7b3e1 100644
(file)
--- a/
net/core/stream.c
+++ b/
net/core/stream.c
@@
-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