Whamcloud - gitweb
e2fsck: copy bitmaps when copying context
authorLi Xi <lixi@ddn.com>
Wed, 7 Aug 2019 08:54:41 +0000 (16:54 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Mar 2022 22:13:08 +0000 (16:13 -0600)
commit5d95449122104c571813f02f7f948d56915e23fb
tree57bf1744cf3a85b813a0e4ddab3a363d6c6f3619
parent68b29c3c5f61d88d40a38a059c75dacc7a5b708b
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