Re: [PATCH v2 1/3] vfs: support caching symlink lengths in inodes

From: wangjianjian (C)
Date: Wed Nov 20 2024 - 00:28:56 EST


On 2024/11/20 13:01, Matthew Wilcox wrote:
On Wed, Nov 20, 2024 at 12:15:18PM +0800, wangjianjian (C) wrote:
+{
+ inode->i_link = link;
+ inode->i_linklen = linklen;
Just curious, is this linklen equal to inode size? if it is, why don't use
it?

Maybe you should read v1 of the patch series where Jan explained where
that's not true.
okay, I see, thanks for this.

--
Regards