]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use s_mount_flags instead of s_mount_state for fast commit state
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Tue, 27 Oct 2020 04:49:15 +0000 (21:49 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Oct 2020 17:42:10 +0000 (13:42 -0400)
commit40762c5b55a4c7d2130a4353861ab6040b6b0167
tree76376090a0b16b1d3429c933079a6dfbefa0b9c9
parent264e7ddc3a7afe781baa7a3043c66e0ae8c0e018
ext4: use s_mount_flags instead of s_mount_state for fast commit state

Ext4's fast commit related transient states should use
sb->s_mount_flags instead of persistent sb->s_mount_state.

Fixes: 637a623587b9 ("ext4: fast commit recovery path")
Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201027044915.2553163-3-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/fast_commit.c
fs/ext4/super.c