On Tue, May 12, 2026 at 04:08:35PM +0900, Damien Le Moal wrote: > On 5/12/26 14:35, Christoph Hellwig wrote: > > Always use si->max which is updated setup_swap_extents instead of copying > > into and out of maxpages. > > Checking mm/swapfile.c, I see s->max being set only in swapon(). Is this a > typo > or am I misunderstanding this sentence ?
It is updated by the file system methods or the generic implementation called by setup_swap_extents currently. So the above is a bit imprecise. The next patch then removes this confusing update. _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
