Re: [GIT PULL] f2fs for 6.12-rc1

From: Jaegeuk Kim
Date: Tue Sep 24 2024 - 23:11:28 EST


On 09/24, Linus Torvalds wrote:
> On Mon, 23 Sept 2024 at 19:42, Jaegeuk Kim <jaegeuk@xxxxxxxxxx> wrote:
> >
> > In this series, the main changes include 1) converting major IO paths to use
> > folio, and 2) adding various knobs to control GC more flexibly for Zoned
> > devices.
>
> Hmm. I get mostly the same merge result as in linux-next, but I did
> end up with a difference in f2fs_write_begin(). You might want to
> check that out.
>
> That said, the difference is a PAGE_SIZE vs folio_size(folio), and I
> think in the end it doesn't matter because I don't think f2fs does
> large folios yet.

Thank you, it looks fine to me.

>
> But please check it regardless.
>
> Linus