From: "Labiaga, Ricardo" Subject: Re: [RFC 0/10] nfsd41 server backchannel for 2.6.31 Date: Tue, 05 May 2009 21:11:28 -0700 Message-ID: References: <20090503205343.GD22306@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Cc: pNFS Mailing List , NFS list To: "J. Bruce Fields" , Benny Halevy Return-path: Received: from mx2.netapp.com ([216.240.18.37]:54777 "EHLO mx2.netapp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764AbZEFELi (ORCPT ); Wed, 6 May 2009 00:11:38 -0400 In-Reply-To: <20090503205343.GD22306@fieldses.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: It shouldn't be too bad. I'll go ahead and rework the patches on top of your asynchronous RPC callback changes. - ricardo On 5/3/09 1:53 PM, "J. Bruce Fields" wrote: > On Fri, May 01, 2009 at 02:00:22AM +0300, Benny Halevy wrote: >> Bruce, >> >> After squashing and merging Ricardo's latest patchset >> please review the following patchset and consider for 2.6.31. > > Note this will conflict with the pending changes I have to make the > current callbacks use asynchronous rpc tasks instead of > kthreads--apologies. I'll try to get those into for-2.6.31 tomorrow, > and then I hope you won't mind working on top of that? > > --b. > >> >> Thanks, >> >> Benny >> >> [RFC 01/10] nfsd: cleanup nfs4.0 callback encode routines >> [RFC 02/10] nfsd: minorversion support for the back channel >> [RFC 03/10] nfsd41: sunrpc: Added rpc server-side backchannel handling >> [RFC 04/10] nfsd41: Remember the auth flavor to use for callbacks >> [RFC 05/10] nfsd41: callback infrastructure >> [RFC 06/10] nfsd41: Backchannel: Add sequence arguments to callback RPC >> arguments >> [RFC 07/10] nfsd41: Backchannel: Server backchannel RPC wait queue >> [RFC 08/10] nfsd41: Backchannel: Setup sequence information >> [RFC 09/10] nfsd41: cb_sequence callback >> [RFC 10/10] nfsd41: cb_recall callback