RDS: TCP: Fix non static symbol warnings
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 17 Jun 2016 18:12:46 +0000 (18:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 05:28:49 +0000 (22:28 -0700)
commitaf73e72dccaf33d4ae2e9ccf48eeb527c5f24e1a
tree447e053486ff0b733ca2ab8de70b0b1844d56a80
parent2dce5fbfc0fb8941f1df6d08cfd3e749fd7116eb
RDS: TCP: Fix non static symbol warnings

Fixes the following sparse warnings:

net/rds/tcp.c:59:5: warning:
 symbol 'rds_tcp_min_sndbuf' was not declared. Should it be static?
net/rds/tcp.c:60:5: warning:
 symbol 'rds_tcp_min_rcvbuf' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/tcp.c