On Thu, Aug 04, 2022 at 06:33:39PM +0800, zhanchengbin wrote: > The function recover_ext3_journal in debugfs/journal.c, if the log replay is > over, > the j_tail_sequence in journal superblock is not changed to the value of the > last > transaction sequence, this will cause subsequent log commitids to count from > the > commitid in last time. > After tune2fs -e, the log commitid is counted from the commitid in last > time, if > the log ID of the current operation overlaps with that of the last > operation, this > will cause logs that were previously replayed by tune2fs to be replayed > here. > > Signed-off-by: zhanchengbin <zhanchengbin1@xxxxxxxxxx> > Signed-off-by: Zhiqiang Liu <liuzhiqiang26@xxxxxxxxxx> > Signed-off-by: liangyun <liangyun2@xxxxxxxxxx> Applied, thanks! - Ted