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, 24 May 2024 11:00:27 +0000 (21:00 +1000)
commit93b3d45fb307346258a08ec9439f51914a588749
tree9e9a1594f9d94759df8b1eb0d70484eb9eda7009
parent3958f99d6921ef0020ec4a216fd227b594d053e7
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