From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 5/5] xattr handlers: Some simplifications Date: Wed, 16 Sep 2015 07:17:32 -0700 Message-ID: <20150916141732.GC16005@infradead.org> References: <1441367842-25079-1-git-send-email-agruenba@redhat.com> <1441367842-25079-6-git-send-email-agruenba@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Viro , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Artem Bityutskiy , Adrian Hunter , linux-mtd@lists.infradead.org, Richard Weinberger , Eric Van Hensbergen , Ron Minnich , Latchesar Ionkov , v9fs-developer@lists.sourceforge.net To: Andreas Gruenbacher Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:54363 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754057AbbIPORe (ORCPT ); Wed, 16 Sep 2015 10:17:34 -0400 Content-Disposition: inline In-Reply-To: <1441367842-25079-6-git-send-email-agruenba@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Sep 04, 2015 at 01:57:22PM +0200, Andreas Gruenbacher wrote: > We have access to struct xattr_handler inside the list/get/set operations now, > so simplify some of the xattr code. Looks reasonable, but it needs a real changelog, and probably into separate patches for 9p, f2fs, squashfs and posix_acl.