Whamcloud - gitweb
mke2fs: make sure bg 0's unused inode count field is zero'ed for mke2fs -S
authorTheodore Ts'o <tytso@mit.edu>
Mon, 27 Feb 2012 05:51:39 +0000 (00:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Feb 2012 05:51:39 +0000 (00:51 -0500)
commit30ac1ce7df719e40b0c3c612696ada7c9ebbaed2
tree390569fa84b47f11197278e26438edcaecef73ce
parentd9a5d37535794842358e1cfe4faa4a89804ed209
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>
misc/mke2fs.c