Whamcloud - gitweb
LU-8465 e2fsck: simplify e2fsck context merging codes 96/37996/11
authorWang Shilong <wshilong@ddn.com>
Fri, 13 Mar 2020 10:46:24 +0000 (18:46 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 26 Sep 2020 06:36:38 +0000 (06:36 +0000)
commit4e9d8e66a30ad786111788fd50b8d95785f81555
tree213d31d7b34f1c3560a0d765630f72396a19c51f
parent8ce4b41a3786dfcce6d02f1e4faf3dcbd62c7a46
LU-8465 e2fsck: simplify e2fsck context merging codes

We tried to copy thread context to global context directly
and then copy back some saved variables before merging.

Since we have finished almost all necessary variables
in the e2fsck context, we could simplify codes, and
this could help us understand what is missing rather
than hide problems.

Change-Id: I853f386f0e61ed9110ecdae4056553ef2709b354
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-on: https://review.whamcloud.com/37996
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Andreas Dilger <adilger@whamcloud.com>
e2fsck/pass1.c