commit | 40b9cc517351dbedff43ab4f4da59af4921b6d25 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Feb 06 13:47:48 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 06 13:47:48 2012 -0500 |
tree | 925162d24623e2f9f917b801b1c3e1bc90c75d54 | |
parent | 8dbcbe1c4a4bdd30c6e9aa1a3df9b06f4f3cbee1 [diff] |
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>