Whamcloud - gitweb
libext2fs: remove redundant last-group check in ext2fs_check_desc()
authorEric Sandeen <sandeen@redhat.com>
Fri, 16 Sep 2011 13:31:49 +0000 (09:31 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 16 Sep 2011 13:32:18 +0000 (09:32 -0400)
commitf314bb0821473efcecedc450c18211e781d30a72
treed75b6e63d241889bd19a7f3227dd1afcf619e89e
parent32318ff20f848a18d39e22c93ca06d5444651cd1
libext2fs: remove redundant last-group check in ext2fs_check_desc()

ext2fs_group_last_block2() already properly calculates
the last block in the last group, so there is no need
to special-case this after the call.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/check_desc.c