]> git.baikalelectronics.ru Git - kernel.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)
commitad5427e5d1fcb73a43130b7c2b709ad19bb1ee47
treeed77dcde1fe4122f291c6fda3def7e776fa8bdf8
parent0fcc65036b61bbecc5bbbddd6fc03ff74419029a
ext4: fix on-line resizing regression

https://bugzilla.kernel.org/show_bug.cgi?id=25352

This regression was caused by commit 6af42ff32: "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