On Thu, Feb 22, 2024 at 08:45:37PM +0800, Yu Kuai wrote: > From: Yu Kuai <yukuai3@xxxxxxxxxx> > > disk_live() and block_size() access bd_inode directly, prepare to remove > the field bd_inode from block_device, and only access bd_inode in block > layer. This looks good in general. Reviewed-by: Christoph Hellwig <hch@xxxxxx> (I wish we could eventually retired block_size() and the whole concept of soft "block size" that could be different form the LBA size, but that's a totally different adventure)