]> asedeno.scripts.mit.edu Git - linux.git/commit
rds: ib: add the static type to the variables
authorZhu Yanjun <yanjun.zhu@oracle.com>
Tue, 28 Feb 2017 06:45:40 +0000 (01:45 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Mar 2017 17:50:58 +0000 (09:50 -0800)
commit4f7bfb3982e02aacc5fb6e1a121e5326c1778ac3
treef137556af09ed3a488fda0515c8536b6564eb1d4
parent5179b26694c92373275e4933f5d0ff32d585c675
rds: ib: add the static type to the variables

The variables rds_ib_mr_1m_pool_size and rds_ib_mr_8k_pool_size
are used only in the ib.c file. As such, the static type is
added to limit them in this file.

Cc: Joe Jin <joe.jin@oracle.com>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Zhu Yanjun <yanjun.zhu@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib.c
net/rds/ib_mr.h