From: Maarten ter Huurne Date: Mon, 1 Jul 2013 12:12:08 +0000 (-0400) Subject: ext4: fix corruption when online resizing a fs with 1K block size X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~83^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ca792edc13c409e8d4eb9001e048264c6a2eb64;p=pandora-kernel.git ext4: fix corruption when online resizing a fs with 1K block size Subtracting the number of the first data block places the superblock backups one block too early, corrupting the file system. When the block size is larger than 1K, the first data block is 0, so the subtraction has no effect and no corruption occurs. Signed-off-by: Maarten ter Huurne Signed-off-by: "Theodore Ts'o" Reviewed-by: Jan Kara CC: stable@vger.kernel.org --- Reading git-diff-tree failed