From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:41900 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754939AbcDMSU3 (ORCPT ); Wed, 13 Apr 2016 14:20:29 -0400 Date: Wed, 13 Apr 2016 19:20:26 +0100 From: Al Viro To: Andreas Gruenbacher Cc: reiserfs-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Miklos Szeredi Subject: Re: [PATCH] xattr: Export xattr_resolve_name Message-ID: <20160413182026.GR25498@ZenIV.linux.org.uk> References: <1460552239-30041-1-git-send-email-agruenba@redhat.com> <1460562034-31461-1-git-send-email-agruenba@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1460562034-31461-1-git-send-email-agruenba@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Apr 13, 2016 at 05:40:34PM +0200, Andreas Gruenbacher wrote: > Export xattr_resolve_name and make it easier to use by filesystems. > Use it to remove reiserfs's own copy of the same functionality. Nah - I've switched that sucker to generic_*xattr() already. See #work.xattr for the current state (commit 79a628d14 in there, should propagate in a few). Sorry, should've pushed that last week...