commit | bb7897631d2379ec198635cc24bf1e8c629d0bda | [log] [tgz] |
---|---|---|
author | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Sun Dec 04 16:41:29 2016 -0800 |
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | Mon Jan 02 14:02:40 2017 -0800 |
tree | 714d59f4ebde146b08209a6533b37ea3d676d57d | |
parent | f69b22e65ecfcb3648304e0e32a1df6f0d421375 [diff] |
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>