Re: [PATCH v2 2/2] erofs: simplify iloc()

From: Chao Yu
Date: Tue Feb 14 2023 - 08:47:12 EST


On 2023/1/14 23:08, Gao Xiang wrote:
From: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Actually we could pass in inodes directly to clean up all callers.
Also rename iloc() as erofs_iloc().

Signed-off-by: Gao Xiang <hsiangkao@xxxxxxxxxxxxxxxxx>

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,