Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754399AbcJOTBz (ORCPT ); Sat, 15 Oct 2016 15:01:55 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:26738 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752654AbcJOTBc (ORCPT ); Sat, 15 Oct 2016 15:01:32 -0400 Date: Sat, 15 Oct 2016 15:00:48 -0400 From: Sowmini Varadhan To: Joe Perches Cc: Santosh Shilimkar , linux-rdma@vger.kernel.org, netdev@vger.kernel.org, rds-devel@oss.oracle.com, "David S. Miller" , linux-kernel@vger.kernel.org Subject: Re: [rds-devel] [PATCH 1/2] rds: Remove unused rds_conn_error Message-ID: <20161015190048.GI31471@oracle.com> References: <01fddf3af8f7757d0e79e4f25d7eb8b246e3d695.1476557523.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01fddf3af8f7757d0e79e4f25d7eb8b246e3d695.1476557523.git.joe@perches.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 365 Lines: 9 On (10/15/16 11:53), 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 Acked-by: Sowmini Varadhan