From: Theodore Ts'o Date: Mon, 15 Jun 2009 07:45:05 +0000 (-0400) Subject: ext4: Fix 64-bit block type problem on 32-bit platforms X-Git-Tag: v2.6.31-rc1~138^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0610b6e99939828b77eec020ead0e1f44cba38ca;p=pandora-kernel.git ext4: Fix 64-bit block type problem on 32-bit platforms The function ext4_mb_free_blocks() was using an "unsigned long" to pass a block number; this will cause 64-bit block numbers to get truncated on x86 and other 32-bit platforms. Signed-off-by: "Theodore Ts'o" Reviewed-by: Eric Sandeen --- Reading git-diff-tree failed