From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH v2 4/7] xattr handlers: Pass handler to operations instead of flags Date: Sat, 3 Oct 2015 23:25:29 -0700 Message-ID: <20151004062529.GC28519@infradead.org> References: <1442924812-9384-1-git-send-email-agruenba@redhat.com> <1442924812-9384-5-git-send-email-agruenba@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexander Viro , Christoph Hellwig , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org To: Andreas Gruenbacher Return-path: Content-Disposition: inline In-Reply-To: <1442924812-9384-5-git-send-email-agruenba@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Sep 22, 2015 at 02:26:49PM +0200, Andreas Gruenbacher wrote: > The xattr_handler operations are currently all passed a file system > specific flags value which the operations can use to disambiguate between > different handlers; some file systems use that to distinguish the xattr > namespace, for example. In some oprations, it would be useful to also have > access to the handler prefix. To allow that, pass a pointer to the handler > to operations instead of the flags value alone. > > Signed-off-by: Andreas Gruenbacher Looks good, Reviewed-by: Christoph Hellwig