From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f44.google.com ([209.85.218.44]:35630 "EHLO mail-oi0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933016AbcI1Tea (ORCPT ); Wed, 28 Sep 2016 15:34:30 -0400 Received: by mail-oi0-f44.google.com with SMTP id w11so66479392oia.2 for ; Wed, 28 Sep 2016 12:34:29 -0700 (PDT) Date: Wed, 28 Sep 2016 14:34:27 -0500 From: Seth Forshee To: Miklos Szeredi Cc: fuse-devel , linux-fsdevel@vger.kernel.org, "Eric W. Biederman" , Michael j Theall , Jean-Pierre =?utf-8?B?QW5kcsOp?= , Nikolaus Rath , Andreas Gruenbacher Subject: Re: [PATCH 0/2] Support for posix ACLs in fuse Message-ID: <20160928193427.GI86709@ubuntu-hedt> References: <1472478397-131967-1-git-send-email-seth.forshee@canonical.com> <20160921134156.GA55138@ubuntu-hedt> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160921134156.GA55138@ubuntu-hedt> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Sep 21, 2016 at 08:41:56AM -0500, Seth Forshee wrote: > On Wed, Sep 21, 2016 at 10:30:14AM +0200, Miklos Szeredi wrote: > > [Adding Andreas Gruenbacher to Cc] > > > > On Mon, Aug 29, 2016 at 3:46 PM, Seth Forshee > > wrote: > > > Hi Miklos, > > > > > > Here's an updated set of patches for supporting posix ACLs in fuse. I > > > think I've incorporated all the feedback from the last RFC series, and > > > so I've dropped the RFC this time. > > > > Pushed, with minor changes, to > > > > git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git#for-next > > > > Please verify that I didn't break it. > > I've reviewed the changes and they seem okay, still need to test. Sorry, I got busy and it slipped my mind that I still needed to test. Everything seems to be working fine with your for-next branch. Thanks, Seth