]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: merge bitmaps after thread completes
authorWang Shilong <wshilong@ddn.com>
Wed, 23 Sep 2020 03:17:29 +0000 (11:17 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 25 Jan 2021 20:17:02 +0000 (15:17 -0500)
commitecf85fb474fb7537f14bddd8f85d8372b808d5e9
tree156b7bcbee0195aaeb9da78ad38a8b86f26ab1b4
parent5b071ed80deca2cdc87585a673076529dd47ca6e
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.

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