From mboxrd@z Thu Jan 1 00:00:00 1970 From: Santosh Shilimkar Subject: Re: [PATCH 4/5] rds: ib: add the static type to the function Date: Thu, 9 Mar 2017 08:52:56 -0800 Message-ID: References: <1489044405-26150-1-git-send-email-yanjun.zhu@oracle.com> <1489044405-26150-4-git-send-email-yanjun.zhu@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1489044405-26150-4-git-send-email-yanjun.zhu@oracle.com> Sender: netdev-owner@vger.kernel.org To: Zhu Yanjun , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com List-Id: linux-rdma@vger.kernel.org On 3/8/2017 11:26 PM, Zhu Yanjun wrote: > The function rds_ib_map_fmr is used only in the ib_fmr.c > file. As such, the static type is added to limit it in this file. > > Cc: Joe Jin > Cc: Junxiao Bi > Signed-off-by: Zhu Yanjun > --- > net/rds/ib_fmr.c | 5 +++-- > net/rds/ib_mr.h | 2 -- > 2 files changed, 3 insertions(+), 4 deletions(-) > Acked-by: Santosh Shilimkar