On Mon, Mar 18, 2024 at 11:38:40PM -0700, Christoph Hellwig wrote: > On Tue, Mar 19, 2024 at 09:45:53AM +1100, Dave Chinner wrote: > > From: Dave Chinner <dchinner@xxxxxxxxxx> > > > > Convert the use of struct pages to struct folio everywhere. This > > is just direct API conversion, no actual logic of code changes > > should result. > > > > Note: this conversion currently assumes only single page folios are > > allocated, and because some of the MM interfaces we use take > > pointers to arrays of struct pages, the address of single page > > folios and struct pages are the same. e.g alloc_pages_bulk_array(), > > vm_map_ram(), etc. > > .. and this goes away by the end of the series. Maybe that's worth > mentioning here? Ah, yeah. I remembered to update the cover letter with this information, so 1 out of 2 ain't bad :) > Otherwise this looks good: > > Reviewed-by: Christoph Hellwig <hch@xxxxxx> Thanks! -Dave. -- Dave Chinner david@xxxxxxxxxxxxx