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

From: Muchun Song
Date: Tue Jan 11 2022 - 21:56:35 EST


On Wed, Jan 12, 2022 at 2:58 AM Roman Gushchin <guro@xxxxxx> wrote:
>
> 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>

Thanks Roman.