From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:49587 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1034180AbcIYOeb (ORCPT ); Sun, 25 Sep 2016 10:34:31 -0400 Date: Sun, 25 Sep 2016 07:34:29 -0700 From: Christoph Hellwig Subject: Re: [PATCH] xfs_io: allow chattr & chproj on foreign filesystems Message-ID: <20160925143429.GE29268@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Eric Sandeen Cc: xfs-oss , linux-xfs@vger.kernel.org On Fri, Sep 16, 2016 at 08:00:39PM -0500, Eric Sandeen wrote: > Now that FS_IOC_FSSETXATTR is a generic vfs call, these > functions can be used on non-xfs filesystems, and this is > needed for generic project quota testing. > > (not all flags are valid on all filesystems.) > > Signed-off-by: Eric Sandeen Looks fine, Reviewed-by: Christoph Hellwig