Re: [f2fs-dev] [PATCH v3 05/12] f2fs: cache: use meta cache
From: Chao Yu
Date: Thu Aug 27 2026 - 02:47:06 EST
On 8/27/26 10:26, Chao Yu wrote:
> On 8/27/26 04:22, Daeho Jeong wrote:>>> + memcpy(cache_address(tentry), cache_address(sentry), PAGE_SIZE);
>>
>> Use sbi->blocksize or F2FS_BLKSIZE instead?
>
> Sure, I thought about that before, but considering we have supported
> PAGE_SIZE != sbi->blocksize yet, I didn't touch that.
>
> If you want, let me change here.
Seems my change is not inconsistent for several places, let me change to
use sbi->blocksize here.
Thanks,