Whamcloud - gitweb
e2fsck: Fix pass5 handling of meta_bg and uninit_bg combination
authorTheodore Ts'o <tytso@mit.edu>
Sat, 19 Apr 2008 14:30:59 +0000 (10:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 20 Apr 2008 22:33:19 +0000 (18:33 -0400)
commit4a2924eaa371da712d610062367b7e9c3478b055
tree8c25a9b92fe346bc0c896751ddbae03c13825796
parent456e9892707c2f88b951c67113b265e45a1b2556
e2fsck: Fix pass5 handling of meta_bg and uninit_bg combination

The pass5 lazy block group support didn't understand meta_bg formats
correctly.  Fix this.

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