From: Josef Bacik Date: Fri, 6 Jun 2008 22:05:52 +0000 (-0400) Subject: ext4: fix online resize bug X-Git-Tag: v2.6.26-rc6~29^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=944600930a37aa725ba6f93c3244e2d77a1e3581;p=pandora-kernel.git ext4: fix online resize bug There is a bug when we are trying to verify that the reserve inode's double indirect blocks point back to the primary gdt blocks. The fix is obvious, we need to mod the gdb count by the addr's per block. This was verified using the same testcase as with the ext3 equivalent of this patch. Signed-off-by: Josef Bacik Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed