]> www.infradead.org Git - users/hch/misc.git/commit
ext4: define ext4_journal_destroy wrapper
authorOjaswin Mujoo <ojaswin@linux.ibm.com>
Tue, 18 Mar 2025 07:52:55 +0000 (13:22 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 21 Mar 2025 05:12:33 +0000 (01:12 -0400)
commit5a02a6204ca37e7c22fbb55a789c503f05e8e89a
treef0e0896799ce6d9df8ea18502fb32a7e4ac6d6c3
parent1e93d6f221e7cfe5e069583a2b664e79eb361ba6
ext4: define ext4_journal_destroy wrapper

Define an ext4 wrapper over jbd2_journal_destroy to make sure we
have consistent behavior during journal destruction. This will also
come useful in the next patch where we add some ext4 specific logic
in the destroy path.

Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Baokun Li <libaokun1@huawei.com>
Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Link: https://patch.msgid.link/c3ba78c5c419757e6d5f2d8ebb4a8ce9d21da86a.1742279837.git.ojaswin@linux.ibm.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4_jbd2.h
fs/ext4/super.c