summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorMaarten ter Huurne2013-07-01 14:12:08 +0200
committerTheodore Ts'o2013-07-01 14:12:08 +0200
commit6ca792edc13c409e8d4eb9001e048264c6a2eb64 (patch)
treed4f2cb0ece2d3ebf8cbbd982a5238b3a08978a65 /fs/ext4/inode.c
parentext4: delete unused variables (diff)
downloadkernel-qcow2-linux-6ca792edc13c409e8d4eb9001e048264c6a2eb64.tar.gz
kernel-qcow2-linux-6ca792edc13c409e8d4eb9001e048264c6a2eb64.tar.xz
kernel-qcow2-linux-6ca792edc13c409e8d4eb9001e048264c6a2eb64.zip
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 <maarten@treewalker.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz> CC: stable@vger.kernel.org
Diffstat (limited to 'fs/ext4/inode.c')
0 files changed, 0 insertions, 0 deletions