From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 16 Sep 2015 07:17:32 -0700 From: Christoph Hellwig To: Andreas Gruenbacher 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 Subject: Re: [PATCH 5/5] xattr handlers: Some simplifications 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 Content-Disposition: inline In-Reply-To: <1441367842-25079-6-git-send-email-agruenba@redhat.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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.