Re: [PATCH 2/4] erofs: use `struct erofs_device_info` for the primary device
From: Chao Yu
Date: Thu Dec 12 2024 - 09:37:35 EST
On 2024/12/12 21:35, Gao Xiang wrote:
Instead of just listing each one directly in `struct erofs_sb_info`
except that we still use `sb->s_bdev` for the primary block device.
Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>
Reviewed-by: Chao Yu <chao@xxxxxxxxxx>
Thanks,