diff options
author | Zhu Yanjun <yanjun.zhu@oracle.com> | 2017-02-28 01:45:40 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-03-01 09:50:58 -0800 |
commit | 4f7bfb3982e02aacc5fb6e1a121e5326c1778ac3 (patch) | |
tree | f137556af09ed3a488fda0515c8536b6564eb1d4 /net/rds/ib_mr.h | |
parent | 5179b26694c92373275e4933f5d0ff32d585c675 (diff) | |
download | op-kernel-dev-4f7bfb3982e02aacc5fb6e1a121e5326c1778ac3.zip op-kernel-dev-4f7bfb3982e02aacc5fb6e1a121e5326c1778ac3.tar.gz |
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>
Diffstat (limited to 'net/rds/ib_mr.h')
-rw-r--r-- | net/rds/ib_mr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rds/ib_mr.h b/net/rds/ib_mr.h index 24c086d..5d6e98a 100644 --- a/net/rds/ib_mr.h +++ b/net/rds/ib_mr.h @@ -107,8 +107,6 @@ struct rds_ib_mr_pool { }; extern struct workqueue_struct *rds_ib_mr_wq; -extern unsigned int rds_ib_mr_1m_pool_size; -extern unsigned int rds_ib_mr_8k_pool_size; extern bool prefer_frmr; struct rds_ib_mr_pool *rds_ib_create_mr_pool(struct rds_ib_device *rds_dev, |