Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756008AbcJOTiP (ORCPT ); Sat, 15 Oct 2016 15:38:15 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:33048 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337AbcJOTiI (ORCPT ); Sat, 15 Oct 2016 15:38:08 -0400 Subject: Re: [PATCH 1/2] rds: Remove unused rds_conn_error To: Joe Perches References: <01fddf3af8f7757d0e79e4f25d7eb8b246e3d695.1476557523.git.joe@perches.com> Cc: "David S. Miller" , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, rds-devel@oss.oracle.com, linux-kernel@vger.kernel.org From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: <0b5fac0d-5818-1eee-6af7-2d5f5881139e@oracle.com> Date: Sat, 15 Oct 2016 12:38:04 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <01fddf3af8f7757d0e79e4f25d7eb8b246e3d695.1476557523.git.joe@perches.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 500 Lines: 13 On 10/15/2016 11:53 AM, Joe Perches wrote: > This macro's last use was removed in commit d769ef81d5b59 > ("RDS: Update rds_conn_shutdown to work with rds_conn_path") > so make the macro and the __rds_conn_error function definition > and declaration disappear. > > Signed-off-by: Joe Perches > --- Had same patch along with few more in the queue but didn't find time of late to get it on the list. Thanks for both patches. Acked-by: Santosh Shilimkar