Re: regression: 4.13 cannot follow symlinks on some ext3 fs

From: Andi Kleen
Date: Thu Nov 23 2017 - 21:04:53 EST


> As a workaround, you could delete and recreate the symlink with the new

I revert the patch for now. Everything seems to work.

> kernel to create a proper fast symlink. It would be useful to scan the
> image to see if there are other similar symlinks present:
>
> find /myth/tmp -type l -size -60 -ls | awk '$2 != 0 { print }'

Doesn't find anything. Your recipe must be wrong.
>
> This is probably something that e2fsck should check for and fix.

Nah the kernel should just support it like it always did.

-Andi