ext4: cleanup variable name in ext4_fc_del()
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 11 Oct 2024 19:43:44 +0000 (22:43 +0300)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Nov 2024 04:54:15 +0000 (23:54 -0500)
commit27349b4d2ed072cabedd5115f0542b3b7b538aa8
tree099a0ab2cefd48ca11b531329ebc42c55f490220
parent867b73909ae0fb6a44552f22ad589c0511c9f2a4
ext4: cleanup variable name in ext4_fc_del()

The variables "&EXT4_SB(inode->i_sb)->s_fc_lock" and "&sbi->s_fc_lock"
are the same lock.  This function uses a mix of both, which is a bit
unsightly and confuses Smatch.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://patch.msgid.link/96008557-8ff4-44cc-b5e3-ce242212f1a3@stanley.mountain
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/fast_commit.c