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)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Mar 2022 22:13:09 +0000 (16:13 -0600)
commitbc691e1019a2311127a4180778c8c6d8ffa8bd95
tree6b0f264b777238206f58ba2b8c0b64c73e806e70
parent43e7ce0317e8f124c1fcd08740d44e053b07452f
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