Whamcloud - gitweb
openfs.c (ext2fs_open): Fix bug which caused us to pass the
authorTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2002 16:45:06 +0000 (11:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 31 Oct 2002 16:45:06 +0000 (11:45 -0500)
commit9ed06a1eb90efbc3290c1b5a56e0e09d243f95da
treed054d1a9bb0b9eedc0c0ab662c496434ee749e79
parent58f06ae4909f2e24fcacb9c04f8be971305a26f5
openfs.c (ext2fs_open): Fix bug which caused us to pass the
wrong group_block to ext2fs_descriptor_block_loc if we're
using the backup superblock/block group descriptors.
(ext2fs_descriptor_block_loc): If we're using the backup
superblock descriptors, use the backup descriptor block in
the next block group.
lib/ext2fs/ChangeLog
lib/ext2fs/openfs.c