Re: [PATCH v3 0/3] symlink length caching

From: Christian Brauner

Date: Tue Feb 03 2026 - 09:13:36 EST


On Tue, Feb 03, 2026 at 04:20:52AM +0000, Al Viro wrote:
> On Thu, Nov 21, 2024 at 01:34:44PM +0100, Christian Brauner wrote:
>
> > [1/3] vfs: support caching symlink lengths in inodes
> > https://git.kernel.org/vfs/vfs/c/5cbb3c7e0051
> > [2/3] ext4: use inode_set_cached_link()
> > https://git.kernel.org/vfs/vfs/c/740456f67017
> > [3/3] tmpfs: use inode_set_cached_link()
> > https://git.kernel.org/vfs/vfs/c/30071e02c163
>
> _Very_ belated note: that needs D/f/porting.rst chunk that would cover
> readlink_copy() calling conventions change.

No probs. I'll put something in there in a second.