Re: [PATCH v2 06/10] ovl: user xattr
From: Miklos Szeredi <miklos@szeredi.hu>
Date: 2020-12-11 15:19:33
Also in:
linux-fsdevel, linux-unionfs, lkml
From: Miklos Szeredi <miklos@szeredi.hu>
Date: 2020-12-11 15:19:33
Also in:
linux-fsdevel, linux-unionfs, lkml
On Tue, Dec 8, 2020 at 2:14 PM Amir Goldstein [off-list ref] wrote:
On Mon, Dec 7, 2020 at 6:37 PM Miklos Szeredi [off-list ref] wrote:quoted
Optionally allow using "user.overlay." namespace instead of "trusted.overlay."There are several occurrences of "trusted.overlay" string in code and Documentation, which is fine. But maybe only adjust the comment for testing xattr support: * Check if upper/work fs supports trusted.overlay.* xattr
Updated documentation and comments. Pushed new series to: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git#ovl-unpriv-v3 Based on the feedback, I feel it's ready for v5.11, so merged this into #overlayfs-next as well. Thanks, Miklos