On Sat, Apr 27, 2024 at 10:10:07PM +0100, Al Viro wrote: > We are not using __bread() anymore and read_cache_page_gfp() doesn't > care about block size. Moreover, we should *not* change block > size on a device that is currently held exclusive - filesystems > that use buffer cache expect the block numbers to be interpreted > in units set by filesystem. > > ACKed-by: Kent Overstreet <kent.overstreet@xxxxxxxxx> > Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> > --- Looks good to me, Reviewed-by: Christian Brauner <brauner@xxxxxxxxxx>