Re: [PATCH RFC] f2fs: add fast symlink

From: Wanpeng Li
Date: Thu Mar 12 2015 - 03:00:26 EST


Hi Chao,
On Thu, Mar 12, 2015 at 12:17:29PM +0800, Chao Yu wrote:
>
>We always remain space in inode page for inline xattr data,
>so it's better to define our max size of fast symlink as below:
>
>#define MAX_FAST_SYMLINK_SIZE (MAX_INLINE_DATA + 1)
>

Thanks for your review, I just handle all your comments and it works
well.

Btw, one question, if inline xattr data area is reserved in inode
even if it isn't mounted w/ inline_xattr option? If yes, why it
is reserved?

Regards,
Wanpeng Li
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/