]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: fix on-line resizing regression
authorTheodore Ts'o <tytso@mit.edu>
Tue, 21 Dec 2010 03:30:36 +0000 (22:30 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 23 Dec 2010 20:00:54 +0000 (15:00 -0500)
commit8a7411a24350bac141271755c66f40c56b0535ae
treeed77dcde1fe4122f291c6fda3def7e776fa8bdf8
parentb0c3844d8af6b9f3f18f31e1b0502fbefa2166be
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>
fs/ext4/resize.c