From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Kleikamp Date: Mon, 02 Dec 2013 16:11:55 -0600 Subject: [Cluster-devel] [Jfs-discussion] [PATCH 15/18] jfs: use generic posix ACL infrastructure In-Reply-To: <20131201120656.391407780@bombadil.infradead.org> References: <20131201115903.910559036@bombadil.infradead.org> <20131201120656.391407780@bombadil.infradead.org> Message-ID: <529D05AB.7080306@oracle.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 12/01/2013 05:59 AM, Christoph Hellwig wrote: > Copy the scheme I introduced to btrfs many years ago to only use the > xattr handler for ACLs, but pass plain attrs straight through. Looks good. > > Signed-off-by: Christoph Hellwig Reviewed-by: Dave Kleikamp > --- > fs/jfs/acl.c | 105 ++++++++++++++++++++------------------------------ > fs/jfs/file.c | 4 +- > fs/jfs/jfs_acl.h | 7 +--- > fs/jfs/jfs_xattr.h | 2 + > fs/jfs/namei.c | 1 + > fs/jfs/super.c | 2 + > fs/jfs/xattr.c | 108 ++++++++++++++++++---------------------------------- > 7 files changed, 89 insertions(+), 140 deletions(-)