Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752646AbdI3BhW (ORCPT ); Fri, 29 Sep 2017 21:37:22 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:36870 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752589AbdI3BhU (ORCPT ); Fri, 29 Sep 2017 21:37:20 -0400 Subject: Re: [PATCH net] RDS: IB: Limit the scope of has_fr/has_fmr variables To: Avinash Repaka , "David S. Miller" , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com, linux-kernel@vger.kernel.org References: <1506734030-15205-1-git-send-email-avinash.repaka@oracle.com> From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: Date: Fri, 29 Sep 2017 18:38:00 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <1506734030-15205-1-git-send-email-avinash.repaka@oracle.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 388 Lines: 10 On 9/29/2017 6:13 PM, Avinash Repaka wrote: > This patch fixes the scope of has_fr and has_fmr variables as they are > needed only in rds_ib_add_one(). > > Signed-off-by: Avinash Repaka > --- Indeed the final merge version actually didn't need those across files. Change looks good to me. Thanks !! Acked-by: Santosh Shilimkar