]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
debugfs: read allocation bitmaps more efficiently
authorTheodore Ts'o <tytso@mit.edu>
Tue, 20 Mar 2018 15:04:27 +0000 (11:04 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Mar 2018 02:10:09 +0000 (22:10 -0400)
commit6a6393964f045d1d85503f9f4202811bde840875
tree3b306c1244b036d3af72199f5f3c9e5aaae5b980
parent2b118575f59880ada77a81ea1bb3c34fe77cff52
debugfs: read allocation bitmaps more efficiently

It is more efficient to use ext2fs_read_bitmaps() than to read the
inode and block bitmaps separately, since extra seeks.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c