OSDN Git Service

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)
commitbb7897631d2379ec198635cc24bf1e8c629d0bda
tree714d59f4ebde146b08209a6533b37ea3d676d57d
parentf69b22e65ecfcb3648304e0e32a1df6f0d421375
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