On Fri, Nov 24, 2017 at 08:51:02AM -0800, Andi Kleen wrote: > > I think e2fsck can fix this quite easily, and there really isn't > > an easy way to revert to the old method if the large xattr feature > > is enabled. If you are willing to run a new kernel, you should also > > be willing to run a new e2fsck. > > It's obviously not enabled on ext3. Yes, I think it's clear we need to enable a backwards compatibility support for ext3 file systems, or even all ext4 file systems that don't have the large xattr feature. We could have e2fsck offer to fix it, so long as it is being run manually (e.g., not in preen mode), since it does have the benefit of releasing unnecessarily allocated 4k blocks for symlinks which are < 60 bytes. - Ted