rds: make local functions/variables static
The RDS protocol has lots of functions that should be declared static. rds_message_get/add_version_extension is removed since it defined but never used. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d0c2b0d265
commit
ff51bf8415
@@ -61,7 +61,7 @@ static unsigned long rds_ib_sysctl_max_unsig_wr_max = 64;
|
||||
*/
|
||||
unsigned int rds_ib_sysctl_flow_control = 0;
|
||||
|
||||
ctl_table rds_ib_sysctl_table[] = {
|
||||
static ctl_table rds_ib_sysctl_table[] = {
|
||||
{
|
||||
.procname = "max_send_wr",
|
||||
.data = &rds_ib_sysctl_max_send_wr,
|
||||
|
Reference in New Issue
Block a user