Whamcloud - gitweb
libext2fs: read the block group descriptors more efficiently
authorTheodore Ts'o <tytso@mit.edu>
Thu, 23 Apr 2009 05:30:42 +0000 (01:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 23 Apr 2009 05:30:42 +0000 (01:30 -0400)
commit8203fe506a06524587c18940b6cd19a0592a4bd2
tree03fbbea949cb0d7deab52c2fc3a83ddf0713907e
parent982dd30ce87d5fdfb9a6de5732633f31b3840090
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>
lib/ext2fs/openfs.c