Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ext4: call deactivate_super() in extents_kunit_exit()

Call deactivate_super() is called in extents_kunit_exit() to cleanup
the file system resource.

Fixes: cb1e0c1d1fad ("ext4: kunit tests for extent splitting and conversion")
Signed-off-by: Ye Bin <yebin10@huawei.com>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Link: https://patch.msgid.link/20260330133035.287842-3-yebin@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Ye Bin and committed by
Theodore Ts'o
f9c1f764 5941a072

+1
+1
fs/ext4/extents-test.c
··· 146 146 struct ext4_sb_info *sbi = sb->s_fs_info; 147 147 148 148 ext4_es_unregister_shrinker(sbi); 149 + deactivate_super(sbi->s_sb); 149 150 kfree(sbi); 150 151 kfree(k_ctx.k_ei); 151 152 kfree(k_ctx.k_data);