commit | 8a7411a24350bac141271755c66f40c56b0535ae | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Dec 20 22:30:36 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Dec 23 15:00:54 2010 -0500 |
tree | ed77dcde1fe4122f291c6fda3def7e776fa8bdf8 | |
parent | b0c3844d8af6b9f3f18f31e1b0502fbefa2166be [diff] |
ext4: fix on-line resizing regression https://bugzilla.kernel.org/show_bug.cgi?id=25352 This regression was caused by commit a31437b85: "ext4: use sb_issue_zeroout in setup_new_group_blocks", by accidentally dropping the code which reserved the block group descriptor and inode table blocks. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>