]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext4: call deactivate_super() in extents_kunit_exit()
authorYe Bin <yebin10@huawei.com>
Mon, 30 Mar 2026 13:30:32 +0000 (21:30 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 10 Apr 2026 02:04:32 +0000 (22:04 -0400)
commitf9c1f7647ac8fb70bebb1615ac112d1568abe339
treed91459d5ec26b43cb3fdb240a6a5fc400a7b044a
parent5941a072d48841255005e3a5b5a620692d81d1a7
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>
fs/ext4/extents-test.c