On 21/01/2023 14:50, Christoph Hellwig wrote:
All btrfs_bio I/Os are associated with an inode. Add a pointer to that inode, which will allow to simplify a lot of calling conventions, and which will be needed in the I/O completion path in the future. This grow the btrfs_bio struture by a pointer, but that grows will
Nit: s/struture/structure
be offset by the removal of the device pointer soon. Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Reviewed-by: Anand Jain <anand.jain@xxxxxxxxxx>