]> 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)
commit10a0171b1ff5214c2f6ce1098030668e6ea30a95
tree76376090a0b16b1d3429c933079a6dfbefa0b9c9
parent92f7680592373c8fe52701c66026c6e1c9b3c2e2
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: a299e1aa6968 ("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