]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: mark few internal functions static to make sparse build happy
authorSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 5 Dec 2016 00:41:29 +0000 (16:41 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 2 Jan 2017 22:02:40 +0000 (14:02 -0800)
commit1233a055a4d76df1d79edff21136188647de7b58
tree714d59f4ebde146b08209a6533b37ea3d676d57d
parent6d6158146d293ec9a55ed5dbb20f7da5b9b6190b
RDS: mark few internal functions static to make sparse build happy

Fixes below warnings:
warning: symbol 'rds_send_probe' was not declared. Should it be static?
warning: symbol 'rds_send_ping' was not declared. Should it be static?
warning: symbol 'rds_tcp_accept_one_path' was not declared. Should it be static?
warning: symbol 'rds_walk_conn_path_info' was not declared. Should it be static?

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
net/rds/connection.c
net/rds/send.c
net/rds/tcp_listen.c