Whamcloud - gitweb
e2fsck: copy bitmaps when copying context
authorLi Xi <lixi@ddn.com>
Wed, 7 Aug 2019 08:54:41 +0000 (16:54 +0800)
committerLi Dongyang <dongyangli@ddn.com>
Fri, 28 Apr 2023 00:35:54 +0000 (10:35 +1000)
commit736cc54f16e798ae95f4c71e44bc40aec0e13057
tree7295d8686d760d9e0e772cfa37e34876fed1c110
parentf68b718829486b92ecf4949cc82b1c62627c2ae3
e2fsck: copy bitmaps when copying context

This patch copies bitmap when the copying context. In the
multi-thread fsck, each thread use different bitmap that copied
from the glboal bitmap. And Bitmaps from multiple threads will
be merged into a global one after the pass1 finishes.

E2fsprogs-commit: 4d47d0e84388bdf2242e09f9ba592ea778c1ba8e

Change-Id: I6a5a2b49b845215a7a735a828709396586520536
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/pass1.c