From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tucker Subject: Re: [PATCH 3/3] SUNRPC: svc_xprt_enqueue should not refuse to enqueue 'XPT_DEAD' transports Date: Mon, 05 Jan 2009 15:10:54 -0600 Message-ID: <4962775E.7090904@opengridcomputing.com> References: <20081017123207.GA14979@rabbit.intern.cm-ag> <1227596962.16868.22.camel@localhost.localdomain> <1227619696.7057.19.camel@heimdal.trondhjem.org> <1227620339.9425.99.camel@zakaz.uk.xensource.com> <1227621434.7057.33.camel@heimdal.trondhjem.org> <1227621877.9425.102.camel@zakaz.uk.xensource.com> <1227737539.31008.2.camel@localhost.localdomain> <1228090631.7112.11.camel@heimdal.trondhjem.org> <1228090815.7112.15.camel@heimdal.trondhjem.org> <49491C58.9@opengridcomputing.com> <1229540877.7257.97.camel@heimdal.trondhjem.org> <495E8AB2.8020805@opengridcomputing.com> <1231096358.7363.6.camel@heimdal.trondhjem.org> <1231097131.7363.11.camel@heimdal.trondhjem.org> <49623DB4.6090103@opengridcomputing.com> <1231175613.7127.6.camel@heimdal.trondhjem.org> <49626085.9020609@op engridcomputing.com> <1231185115.7127.28.camel@heimdal.trondhjem.org> <49627092.3090405@opengridcomputing.com> <1231188518.7127.30.camel@heimdal.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: "J. Bruce Fields" , linux-nfs@vger.kernel.org To: Trond Myklebust Return-path: Received: from smtp.opengridcomputing.com ([209.198.142.2]:48693 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752662AbZAEVKy (ORCPT ); Mon, 5 Jan 2009 16:10:54 -0500 In-Reply-To: <1231188518.7127.30.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: Trond Myklebust wrote: > On Mon, 2009-01-05 at 14:41 -0600, Tom Tucker wrote: >> Trond, this version removes the extra unnecessary spin locks. >> >> If it's ok, do you want me to resend to Bruce, or >> do you want to couple it with your other patch? > > As long as it applies on top of my patch, then just send it on to Bruce. > > Cheers > Trond This patch only touches svc_xprt.c and yours only touches svcsock.c, so we're clean. Thanks for your help, Tom