Re: [PATCH 1/4] erofs: add erofs_sb_free() helper

From: Chao Yu
Date: Thu Dec 12 2024 - 09:29:34 EST


On 2024/12/12 21:35, Gao Xiang wrote:
Unify the common parts of erofs_fc_free() and erofs_kill_sb() as
erofs_sb_free().

Thus, fput() in erofs_fc_get_tree() is no longer needed, too.

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

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,