From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roland Dreier Subject: Re: [ofa-general] [PATCH 2.6.26 1/3] RDMA/cxgb3: Correctly serialize peer abort path. Date: Mon, 28 Apr 2008 15:44:17 -0700 Message-ID: References: <20080427155456.31018.22282.stgit@dell3.ogc.int> <20080427160006.31018.66715.stgit@dell3.ogc.int> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, general@lists.openfabrics.org, linux-kernel@vger.kernel.org, divy@chelsio.com To: Steve Wise Return-path: In-Reply-To: <20080427160006.31018.66715.stgit@dell3.ogc.int> (Steve Wise's message of "Sun, 27 Apr 2008 11:00:06 -0500") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: general-bounces@lists.openfabrics.org Errors-To: general-bounces@lists.openfabrics.org List-Id: netdev.vger.kernel.org OK, applied, with a few fixups based on checkpatch output -- mostly __FUNCTION__ -> __func__ (__FUNCTION__ is a deprecated gcc-specific extension, __func__ is standard), and also a couple "abort=0" -> "abort = 0". - R.