Re: [PATCH 1/1] rds: ib: add the static type to the variables

2017-03-01 Thread David Miller
From: Zhu Yanjun Date: Tue, 28 Feb 2017 01:45:40 -0500 > 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 > Cc: Junxiao Bi > Signed-off-by: Zhu Yanjun Applied.

Re: [PATCH 1/1] rds: ib: add the static type to the variables

2017-02-28 Thread Santosh Shilimkar
On 2/27/2017 10:45 PM, Zhu Yanjun wrote: 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 Cc: Junxiao Bi Signed-off-by: Zhu Yanjun --- Looks good. Acked-by: Santosh Shilim

[PATCH 1/1] rds: ib: add the static type to the variables

2017-02-28 Thread Zhu Yanjun
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 Cc: Junxiao Bi Signed-off-by: Zhu Yanjun --- net/rds/ib.c| 4 ++-- net/rds/ib_mr.h | 2 -- 2 files changed, 2 insertions

Re: [PATCH 1/1] rds: ib: add the static type to the variables

2017-02-28 Thread Yuval Shaia
On Tue, Feb 28, 2017 at 01:45:40AM -0500, Zhu Yanjun wrote: > 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 > Cc: Junxiao Bi > Signed-off-by: Zhu Yanjun > --- > n