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>
Tue, 14 Jan 2025 04:06:57 +0000 (15:06 +1100)
commitc764729ebeeb9e003c7eacdf3d5d87da7653aa2b
tree0583f74d3a98a83a8eb4502c0ce720d5e0228a73
parent1dfd607f91583c7152c846a67708f43e365d1dca
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