On Sat, Apr 27, 2024 at 10:10:59PM +0100, Al Viro wrote: > once upon a time that used to matter; these days we do swap IO for > swap devices at the level that doesn't give a damn about block size, > buffer_head or anything of that sort - just attach the page to > bio, set the location and size (the latter to PAGE_SIZE) and feed > into queue. > > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Looks good to me, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>