From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J.;Bruce Fields" Subject: Re: [PATCH] tmpfs: Fix simple_set_acl() Date: Mon, 5 May 2014 10:29:05 -0400 Message-ID: <20140505142904.GB2346@fieldses.org> References: <20140422220815.3847.82405.stgit@klimt.1015granger.net> <20140504124254.GG21635@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel To: Chuck Lever Return-path: Received: from fieldses.org ([174.143.236.118]:50351 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932713AbaEEO3G (ORCPT ); Mon, 5 May 2014 10:29:06 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, May 04, 2014 at 03:08:17PM -0400, Chuck Lever wrote: > Hi Bruce- > > On May 4, 2014, at 8:42 AM, J. Bruce Fields wrote: > > > This doesn't seem upstream--whose job is it to pick this up? > > > > Maybe you could resend directly To: linus? > > Thanks for following up. > > There was some discussion about it this week because the same issue > arose for jfs as well. > > Christoph has a broader solution: simply check for acl == NULL in > posix_acl_equiv_mode(). The plan is then to remove that check from > filesystem-specific .set_acl methods. > > He posted a patch this morning, so I'm going to let him run this > to ground. OK, thanks.--b.