From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] Introduce vfs_listxattr Date: Mon, 9 Oct 2006 21:39:25 +0100 Message-ID: <20061009203925.GY29920@ftp.linux.org.uk> 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, linux-fsdevel@vger.kernel.org Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:43159 "EHLO ZenIV.linux.org.uk") by vger.kernel.org with ESMTP id S964839AbWJIUjY (ORCPT ); Mon, 9 Oct 2006 16:39:24 -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. Makes sense, regardless of unionfs. ACKed-by: Al Viro