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>
Thu, 8 Apr 2021 00:53:17 +0000 (10:53 +1000)
commit58d68681967efe2861a1f3f8c6f4923a48e9265e
treec22359d32a12da632a6f89e782996fecd21a5dc5
parentb0c10c1b0dfa125ed8730c4adaac078bc6a3a030
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