[PATCH 2/7] erofs: initialize packed inode after root inode is assigned
Gao Xiang
hsiangkao at linux.alibaba.com
Sun Apr 9 20:52:20 AEST 2023
On 2023/4/7 22:17, Jingbo Xu wrote:
> As commit 8f7acdae2cd4 ("staging: erofs: kill all failure handling in
> fill_super()"), move the initialization of packed inode after root
> inode is assigned, so that the iput() in .put_super() is adequate as
> the failure handling.
>
> Otherwise, iput() is also needed in .kill_sb(), in case of the mounting
> fails halfway.
>
Fixes: b15b2e307c3a ("erofs: support on-disk compressed fragments data")
> Signed-off-by: Jingbo Xu <jefflexu at linux.alibaba.com>
Reviewed-by: Gao Xiang <hsiangkao at linux.alibaba.com>
Thanks,
Gao Xiang
More information about the Linux-erofs
mailing list