From: "J. Bruce Fields" Subject: Re: [PATCH 2/5] nfsd: Fix independence of a few nfsd related headers Date: Thu, 5 Nov 2009 12:03:10 -0500 Message-ID: <20091105170310.GE29981@fieldses.org> References: <1256112873-32495-1-git-send-email-bharrosh@panasas.com> <1256171298.6809.1.camel@heimdal.trondhjem.org> <4AE01569.9000002@panasas.com> <1256220146.6402.23.camel@heimdal.trondhjem.org> <4AE08165.2040100@panasas.com> <20091104220927.GS11637@fieldses.org> <4AF2914F.60803@panasas.com> <20091105163333.GB29981@fieldses.org> <20091105164145.GC29981@fieldses.org> <1257440343.3114.7.camel@heimdal.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Boaz Harrosh , Benny Halevy , pNFS Mailing List , NFS list , Andy Adamson To: Trond Myklebust Return-path: Received: from fieldses.org ([174.143.236.118]:57838 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757110AbZKERDC (ORCPT ); Thu, 5 Nov 2009 12:03:02 -0500 In-Reply-To: <1257440343.3114.7.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Thu, Nov 05, 2009 at 08:59:02AM -0800, Trond Myklebust wrote: > On Thu, 2009-11-05 at 11:41 -0500, J. Bruce Fields wrote: > > By the way, along the lines of your .h moves, while looking at steved's > > export stuff I was reminded again of how much in include/linux/nfsd is > > really internal to nfsd, so I'm thinking of committing this. > > Right. Most of the NFS client include files should really be moved into > fs/nfs rather than into a new directory in include/linux. On the server side my greatest source of confusion here is some includes of nfsd headers in arch-specific code. Was it needed for some sort of compatibility glue for the nfsservctl system call, maybe? I've never figured it out. --b.