Whamcloud - gitweb
e2fsck_write_bitmaps() optimization
authorAndreas Dilger <adilger@sun.com>
Sun, 24 Aug 2008 02:56:07 +0000 (20:56 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 24 Aug 2008 21:59:09 +0000 (17:59 -0400)
commit1bb6f6c87e860f8c021f966fc36aa8768590a227
tree0e1ef26a5bf3c24416d74c41462edb8d82829652
parent87de4b70dff9c399c44ab55301085ba1e361c803
e2fsck_write_bitmaps() optimization

This patch changes the e2fsck_write_bitmaps() function to write out the
block and inode bitmaps together, instead of writing them in two passes.

Signed-off-by: Andreas Dilger <adilger@sun.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/util.c