From: Mingming Cao Date: Wed, 11 Oct 2006 08:21:05 +0000 (-0700) Subject: [PATCH] ext4: switch fsblk to sector_t X-Git-Tag: v2.6.19-rc2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a5b2ecdd1fa63a8f25bd769223bc1c2564ce45d;p=pandora-kernel.git [PATCH] ext4: switch fsblk to sector_t Redefine ext3 in-kernel filesystem block type (ext3_fsblk_t) from unsigned long to sector_t, to allow kernel to handle >32 bit ext3 blocks. Signed-off-by: Mingming Cao Signed-off-by: Dave Kleikamp Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed