Re: [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb()

From: Roman Gushchin
Date: Tue Jan 11 2022 - 13:58:59 EST


On Mon, Dec 20, 2021 at 04:56:37PM +0800, Muchun Song wrote:
> The inode allocation is supposed to use alloc_inode_sb(), so convert
> kmem_cache_alloc() of all filesystems to alloc_inode_sb().
>
> Signed-off-by: Muchun Song <songmuchun@xxxxxxxxxxxxx>
> Acked-by: Theodore Ts'o <tytso@xxxxxxx> [ext4]

LGTM

Acked-by: Roman Gushchin <guro@xxxxxx>