]> git.itanic.dy.fi Git - linux-stable/commit
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)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Oct 2023 01:48:02 +0000 (21:48 -0400)
commitee6a12d0d4d85f3833d177cd382cd417f0ef011b
tree3871e2a4eac9a6bf56285f3f86e9962d55dbcfc2
parent8a749fd1a8720d4619c91c8b6e7528c0a355c0aa
ext4: add missing initialization of call_notify_error in update_super_work()

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