Re: [PATCH v2 0/2] fuse: Fix clearing SGID when access ACL is set

2021-04-14 Thread Vivek Goyal
On Wed, Apr 14, 2021 at 01:57:01PM +0200, Miklos Szeredi wrote: > On Thu, Mar 25, 2021 at 4:19 PM Vivek Goyal wrote: > > > > > > Hi, > > > > This is V2 of the patchset. Posted V1 here. > > > > https://lore.kernel.org/linux-fsdevel/20210319195547.427371-1-vgo...@redhat.com/ > > > > Changes since V1

Re: [PATCH v2 0/2] fuse: Fix clearing SGID when access ACL is set

2021-04-14 Thread Miklos Szeredi
On Thu, Mar 25, 2021 at 4:19 PM Vivek Goyal wrote: > > > Hi, > > This is V2 of the patchset. Posted V1 here. > > https://lore.kernel.org/linux-fsdevel/20210319195547.427371-1-vgo...@redhat.com/ > > Changes since V1: > > - Dropped the helper to determine if SGID should be cleared and open > coded

Re: [Virtio-fs] [PATCH v2 0/2] fuse: Fix clearing SGID when access ACL is set

2021-04-13 Thread Vivek Goyal
Hi Miklos, Ping for this patch series. Vivek On Thu, Mar 25, 2021 at 11:18:21AM -0400, Vivek Goyal wrote: > > Hi, > > This is V2 of the patchset. Posted V1 here. > > https://lore.kernel.org/linux-fsdevel/20210319195547.427371-1-vgo...@redhat.com/ > > Changes since V1: > > - Dropped the help

[PATCH v2 0/2] fuse: Fix clearing SGID when access ACL is set

2021-03-25 Thread Vivek Goyal
Hi, This is V2 of the patchset. Posted V1 here. https://lore.kernel.org/linux-fsdevel/20210319195547.427371-1-vgo...@redhat.com/ Changes since V1: - Dropped the helper to determine if SGID should be cleared and open coded it instead. I will follow up on helper separately in a different pa