From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] Introduce vfs_listxattr Date: Tue, 10 Oct 2006 14:31:41 +0100 Message-ID: <20061010133141.GB31268@infradead.org> References: <20061009201048.GA4707@filer.fsl.cs.sunysb.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, notting@redhat.com, akpm@osdl.org, torvalds@osdl.org, hch@infradead.org, viro@ftp.linux.org.uk, linux-fsdevel@vger.kernel.org Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:49884 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S1750761AbWJJNbn (ORCPT ); Tue, 10 Oct 2006 09:31:43 -0400 To: Josef Sipek Content-Disposition: inline In-Reply-To: <20061009201048.GA4707@filer.fsl.cs.sunysb.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Oct 09, 2006 at 04:10:48PM -0400, Josef Sipek wrote: > From: Bill Nottingham > > This patch moves code out of fs/xattr.c:listxattr into a new function - > vfs_listxattr. The code for vfs_listxattr was originally submitted by Bill > Nottingham to Unionfs. Looks fine, thanks. I didn't do it back then because nfsd wasn't using it, but it's an obvious addition to the vfs_* APIs.