commit | ababea77bc50e004f7cc2792f0ec8d26b7574c3e | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Mon Oct 26 21:49:15 2020 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 28 13:42:10 2020 -0400 |
tree | 76376090a0b16b1d3429c933079a6dfbefa0b9c9 | |
parent | e029c5f2798720b463e8df0e184a4d1036311b43 [diff] |
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: 8016e29f4362 ("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>