commit | 8203fe506a06524587c18940b6cd19a0592a4bd2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Apr 23 01:30:42 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Apr 23 01:30:42 2009 -0400 |
tree | 03fbbea949cb0d7deab52c2fc3a83ddf0713907e | |
parent | 982dd30ce87d5fdfb9a6de5732633f31b3840090 [diff] |
libext2fs: read the block group descriptors more efficiently When opening a filesystem, make ext2fs_open2() much more efficient by reading the normal block group descriptors all at once, instead of one block at a time. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>