Re: [PATCH v7 0/7] virtiofsd: Add support to enable/disable posix acls

2021-06-30 Thread Dr. David Alan Gilbert
* Vivek Goyal (vgo...@redhat.com) wrote: > Hi, > > This is V7 of the patches. > > Changes since V6. > > - Dropped kernel header update patch as somebody else did it. > - Fixed coding style issues. > > Currently posix ACL support does not work well with virtiofs and bunch > of tests fail when I

[PATCH v7 0/7] virtiofsd: Add support to enable/disable posix acls

2021-06-22 Thread Vivek Goyal
Hi, This is V7 of the patches. Changes since V6. - Dropped kernel header update patch as somebody else did it. - Fixed coding style issues. Currently posix ACL support does not work well with virtiofs and bunch of tests fail when I run xfstests "./check -g acl". This patches series fixes the i