> Your sending this patch does help to raise the priority for my > sending that patch: thank you; but I cannot promise when that will be. Hey Hugh, Just as an additional data point, if it helps with priority :) The lack of support of user xattrs on tmpfs our last remaining blocker for using unprivileged overlayfs mounts that use a tmpfs for the upper dir & work dir. Not that it isn't possible to use unprivileged overlayfs mounts in general, but not having this option means that use-cases for discardable upper layer changes are harder to clean up correctly when not on an tmpfs mount whose lifetime is bound to a mount namespace. I don't think there's any rush; we can live with rmdir failing with EIO for now, but it'd be great to see this fixed rather than having to implement expensive cleanup routines that have to remove the upper+work dirs recursively with CAP_DAC_OVERRIDE. Cheers, -- Snaipe