Whamcloud - gitweb
e2fsck: merge bitmaps after thread completes
authorWang Shilong <wshilong@ddn.com>
Wed, 23 Sep 2020 03:17:29 +0000 (11:17 +0800)
committerLi Dongyang <dongyangli@ddn.com>
Fri, 24 May 2024 11:03:19 +0000 (21:03 +1000)
commit0859bbd1ff600d2875e0de86be104cbf17bb05e1
tree5ea463e62375ca6ee39db4bd6bc829546e471037
parentcf55565f21599f44c2c156d28c44683ce2e20523
e2fsck: merge bitmaps after thread completes

A new method merge_bmap has been added to bitmap operations. But
only red-black bitmap has that operation now.

E2fsprogs-commit: ecf85fb474fb7537f14bddd8f85d8372b808d5e9

Change-Id: Id5c387dd813d633adff3afb9208213086c33b6d2
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
lib/ext2fs/bitmaps.c
lib/ext2fs/blkmap64_rb.c
lib/ext2fs/bmap64.h
lib/ext2fs/ext2fs.h
lib/ext2fs/gen_bitmap64.c