]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ext4: remove unused i_fc_wait
authorLi Chen <me@linux.beauty>
Tue, 20 Jan 2026 12:19:41 +0000 (20:19 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Apr 2026 14:34:53 +0000 (10:34 -0400)
commiteb10607628acd1408a02e49b545e6421bb7a6ea2
tree4e453a0cbbc186fea8ac575df73bde2905267bc8
parent9b25f381de6b8942645f43735cb0a4fb0ab3a6d1
ext4: remove unused i_fc_wait

i_fc_wait is only initialized in ext4_fc_init_inode() and never used for
waiting or wakeups. Drop it.

Signed-off-by: Li Chen <me@linux.beauty>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20260120121941.144192-1-me@linux.beauty
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/fast_commit.c