Re: [PATCH] ext4: implement filesystem specific alloc_inode in unit test

From: Theodore Ts'o
Date: Fri May 03 2024 - 00:08:25 EST



On Sat, 23 Mar 2024 00:55:18 +0800, Kemeng Shi wrote:
> We expect inode with ext4_info_info type as following:
> mbt_kunit_init
> mbt_mb_init
> ext4_mb_init
> ext4_mb_init_backend
> sbi->s_buddy_cache = new_inode(sb);
> EXT4_I(sbi->s_buddy_cache)->i_disksize = 0;
>
> [...]

Applied, thanks!

[1/1] ext4: implement filesystem specific alloc_inode in unit test
commit: a11adf7be9d8baefe798eab49c356ab8e3924f0e

Best regards,
--
Theodore Ts'o <tytso@xxxxxxx>