Re: [PATCH v2] erofs: simplify erofs_read_inode()

From: Yue Hu
Date: Thu Nov 09 2023 - 22:26:58 EST


On Thu, 9 Nov 2023 19:18:22 +0800
Ferry Meng <mengferry@xxxxxxxxxxxxxxxxx> wrote:

> After commit 1c7f49a76773 ("erofs: tidy up EROFS on-disk naming"),
> there is a unique `union erofs_inode_i_u` so that we could parse
> the union directly.
>
> Besides, it also replaces `inode->i_sb` with `sb` for simplicity.
>
> Signed-off-by: Ferry Meng <mengferry@xxxxxxxxxxxxxxxxx>

Reviewed-by: Yue Hu <huyue2@xxxxxxxxxxx>