From: Eric Dumazet Date: Fri, 15 May 2015 19:39:26 +0000 (-0700) Subject: tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~271^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6c5ea4ccf0033591e6e476d7a273c0074c07aa7;p=pandora-kernel.git tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule() We plan to use sk_forced_wmem_schedule() in input path as well, so make it non static and rename it. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- diff --git a/include/net/tcp.h b/include/net/tcp.h index 7ace6acbf5fd..841691a296dc 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h @@ -311,6 +311,8 @@ static inline bool tcp_out_of_memory(struct sock *sk) return false; } +void sk_forced_mem_schedule(struct sock *sk, int size); + static inline bool tcp_too_many_orphans(struct sock *sk, int shift) { struct percpu_counter *ocp = sk->sk_prot->orphan_count; Reading git-diff-tree failed