[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <73c8c2b1-b5c1-4cdc-b8c3-f64d7dfdb125@kernel.org>
Date: Wed, 21 Feb 2024 09:04:30 +0800
From: Chao Yu <chao@...nel.org>
To: Jaegeuk Kim <jaegeuk@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-f2fs-devel@...ts.sourceforge.net
Subject: Re: [f2fs-dev] [PATCH 2/3 v2] f2fs: use BLKS_PER_SEG, BLKS_PER_SEC,
and SEGS_PER_SEC
On 2024/2/21 4:33, Jaegeuk Kim wrote:
>> @@ -4723,7 +4723,7 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent)
>> .reason = CP_DISCARD,
>> .trim_start = 0,
>> .trim_end = MAIN_SEGS(sbi) - 1,
>> - .trim_minlen = sbi->blocks_per_seg,
>> + .trim_minlen = BLKS_PER_SEG(sbi),
>
> We don't have this.
Oh, it's due to my branch is not clean... I should rebase this diff to
last dev-test, sorry.
Thanks,
>
>> };
>> f2fs_write_checkpoint(sbi, &cpc);
>> }
>> --
>> 2.40.1
Powered by blists - more mailing lists