]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: simplify e2fsck context merging codes
authorWang Shilong <wshilong@ddn.com>
Fri, 13 Mar 2020 10:46:24 +0000 (18:46 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 Jan 2021 20:18:28 +0000 (15:18 -0500)
commit41c991af7ed7244da0fd799f63e4e6fd0d6c5b25
tree0331b7d10d31c6db2e92743382561e0c1da417ed
parent291bc9b7fc5280166e58b0e586d5ec93738f31a7
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.

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/pass1.c