Whamcloud - gitweb
e2fsck: merge bitmaps after thread completes
authorWang Shilong <wshilong@ddn.com>
Wed, 23 Sep 2020 03:17:29 +0000 (11:17 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Mar 2022 22:13:09 +0000 (16:13 -0600)
commitc0ff8fd87aae2051e8fd3a0fc40a580cbc68ea75
treed87d05cb224a6d4f763fc0f9da92cc2607cbf8dc
parent0cde48ccaf0afc454e79ed739e1260a9bc450de5
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