commit | 30ac1ce7df719e40b0c3c612696ada7c9ebbaed2 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Feb 27 00:51:39 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 27 00:51:39 2012 -0500 |
tree | 390569fa84b47f11197278e26438edcaecef73ce | |
parent | d9a5d37535794842358e1cfe4faa4a89804ed209 [diff] |
mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S There was a bug/typo in commit ba9e0afc5 which caused the first block group (bg #0) to not have its unused inode count field to get set to zero in the case of mke2fs -S. This caused inodes in the first block group to not be recoverable via mke2fs -S. Oops. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>