ext4: add missing initialization of call_notify_error in update_super_work()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Oct 2023 01:42:47 +0000 (21:42 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:59:20 +0000 (11:59 +0100)
commitb9945f9004e22db018d722e511d86595454659a7
tree2bd9816e0bed1e74f26a6966ab0b7116fb4fcb2a
parentbf96d362aa180714efc88f371b10a1662f1e4c78
ext4: add missing initialization of call_notify_error in update_super_work()

[ Upstream commit ee6a12d0d4d85f3833d177cd382cd417f0ef011b ]

Fixes: ff0722de896e ("ext4: add periodic superblock update check")
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/ext4/super.c