Re: [PATCH] ext4: force buffer up-to-date while marking it dirty
From: "Theodore Y. Ts'o" <tytso@mit.edu> Date: 2020-03-05 20:36:17
On Tue, Dec 24, 2019 at 11:09:40AM -0800, Harshad Shirwadkar wrote:
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 <redacted>