]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: fix online resizing for ext3-compat file systems
authorTheodore Ts'o <tytso@mit.edu>
Mon, 22 Apr 2013 00:19:43 +0000 (20:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 May 2013 03:08:24 +0000 (20:08 -0700)
commiteb6903e96bdc8192483867048e04407799d85943
tree9592ff801996a9b8d73ba930eb142ecdeb8bdd7f
parent2ed87d87342a7de090409bf02b2a86ac32191d4f
ext4: fix online resizing for ext3-compat file systems

commit c5c72d814cf0f650010337c73638b25e6d14d2d4 upstream.

Commit fb0a387dcdc restricts block allocations for indirect-mapped
files to block groups less than s_blockfile_groups.  However, the
online resizing code wasn't setting s_blockfile_groups, so the newly
added block groups were not available for non-extent mapped files.

Reported-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ext4/resize.c