Whamcloud - gitweb
e2fsck: add debug codes for multiple threads
authorLi Xi <lixi@ddn.com>
Thu, 5 Sep 2019 11:40:36 +0000 (19:40 +0800)
committerLi Dongyang <dongyangli@ddn.com>
Thu, 8 Apr 2021 00:53:56 +0000 (10:53 +1000)
commita0095de9cc4cd60582974e77abb34a3c7f8682c5
tree55d60108ab7203c6b3450d3da71da403dd7bdc03
parent9ac15db5144338e96139fa0e6d16b7f00aa15aaa
e2fsck: add debug codes for multiple threads

These debug codes are added to run the multiple pass1 check
thread one by one in order. If all the codes are correct,
fsck of multiple threads should have exactly the same outcome
with single thread.

E2fsprogs-commit: a8b483a1e7987a6dddc32bc82db06f649d245630

Change-Id: I41b0493a0cd830b76434ff0f86a87c98d8d3ad22
Signed-off-by: Li Xi <lixi@ddn.com>
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/e2fsck.h
e2fsck/pass1.c