commit | f2eeca099bbda45029da35abecb428a9084a5463 | [log] [tgz] |
---|---|---|
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | Tue Dec 24 11:09:40 2019 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Mar 05 15:35:39 2020 -0500 |
tree | c345bbd7687392d3682ed88269e84d4ba6bf1e95 | |
parent | 98d54f81e36ba3bf92172791eba5ca5bd813989b [diff] |
ext4: force buffer up-to-date while marking it dirty Writeback errors can leave buffer in not up-to-date state when there are errors during background writes. Force buffer up-to-date while marking it dirty. Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20191224190940.157952-1-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>