On Fri, Jul 14, 2017 at 02:48:10PM -0400, Mimi Zohar wrote: > > If I'm understanding the discussion correctly, this isn't an issue for > layered copy on write filesystems, as each fs layer could have it's > own set of xattrs.  The underlying and layered xattrs should be able > to co-exist.  Use the layered xattr if it exists, but fall back to > using the underlying xattr if it doesn't. Note that this assumes that it is possible to "copy up" the xattrs without necessarily "copying up" all of the data blocks. This might be true for some layers, but I don't believe it is currently true for overlayfs, for example. - Ted