On Sat, Jun 20, 2020 at 10:54:26AM +0800, zhangyi (F) wrote: > If we free a metadata buffer which has been failed to async write out > in the background, the jbd2 checkpoint procedure will not detect this > failure in jbd2_log_do_checkpoint(), so it may lead to filesystem > inconsistency after cleanup journal tail. This patch abort the journal > if free a buffer has write_io_error flag to prevent potential further > inconsistency. > > Signed-off-by: zhangyi (F) <yi.zhang@xxxxxxxxxx> Thanks, applied. - Ted