From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Subject: Re: system xattrs in gfs2 Date: Mon, 28 Sep 2009 08:24:24 +0100 Message-ID: <1254122664.6052.363.camel@localhost.localdomain> References: <20090926163901.GA17978@lst.de> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from mx1.redhat.com ([209.132.183.28]:43217 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751797AbZI1HY1 (ORCPT ); Mon, 28 Sep 2009 03:24:27 -0400 In-Reply-To: <20090926163901.GA17978@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, On Sat, 2009-09-26 at 18:39 +0200, Christoph Hellwig wrote: > It looks like GFS2 allows userspace to set any system xattr, while > the other filesystems limit it to the two posix ACL xattrs. I think > you'd be better off staying in line with the rest - should be > fairly easy after my xattr handler cleanups. Yes, I agree. In fact I started working on a patch to fix this on Friday. I have about half of a patch so far, so I hope it won't be too long before this can be fixed, Steve.