Whamcloud - gitweb
e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 Feb 2012 18:47:48 +0000 (13:47 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Feb 2012 18:47:48 +0000 (13:47 -0500)
commit40b9cc517351dbedff43ab4f4da59af4921b6d25
tree925162d24623e2f9f917b801b1c3e1bc90c75d54
parent8dbcbe1c4a4bdd30c6e9aa1a3df9b06f4f3cbee1
e2fsck: allow the block bitmap to be uninit when the inode bitmap is in use

Removing this check will allow us to eventually eliminate code from
the kernel which forcibly initialized the block bitmap when the inode
bitmap is first used.  This would eliminate a required journal credit
and extra disk write.

Addresses-Google-Bug: #5944440

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