]> git.itanic.dy.fi Git - linux-stable/commit
ext4: rename s_error_work to s_sb_upd_work
authorTheodore Ts'o <tytso@mit.edu>
Wed, 23 Aug 2023 03:43:38 +0000 (23:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 27 Aug 2023 15:27:12 +0000 (11:27 -0400)
commitbb15cea20f211e110150e528fca806f38d5789e0
treeaa9d311491c04bc233aa630cb63ebe23528fa1aa
parentff0722de896eb278fca193888d22278c28f2782c
ext4: rename s_error_work to s_sb_upd_work

The most common use that s_error_work will get scheduled is now the
periodic update of the superblock.  So rename it to s_sb_upd_work.

Also rename the function flush_stashed_error_work() to
update_super_work().

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/super.c