On Fri, Oct 16, 2015 at 06:03:29PM +0200, Andreas Gruenbacher wrote: > > could the richacl feature flag please be added to e2fsprogs so that we > won't end up with incompatible file systems? > > https://github.com/andreas-gruenbacher/e2fsprogs > > Also, should this really be an incompatible feature flag? With a > read-only compatibility flag, mounting a richacl filesystem on a > kernel without richacl support would work but it's not safe --- it > could grant unwanted access to files. (The same applies to the xfs > support, etc.) Richacl's are represented using just extended attributes, right? So why would this result in incompatible file systems? For similar reasons we never had a feature flag for Posix ACL's. Suppose we mounted a file system with richacl's on a kernel that didn't understand it, and we write to from that non-richacl kernel. What's the worse that could happen? - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html