]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: convert s_fc_lock to mutex type
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Thu, 8 May 2025 17:59:07 +0000 (17:59 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 May 2025 01:56:17 +0000 (21:56 -0400)
commit12e64e7f859ed19c5bb497866284d0318c3194a2
tree6dcfff62bd5f8a9bf0465dd797b5e22097bcd1fc
parent86e07d4b9b0497afef78af773c74258c8f63030f
ext4: convert s_fc_lock to mutex type

This allows us to hold s_fc_lock during kmem_cache_* functions, which
is needed in the following patch.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250508175908.1004880-9-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/fast_commit.c
fs/ext4/super.c