[PATCH] ext4: switch fsblk to sector_t
authorMingming Cao <cmm@us.ibm.com>
Wed, 11 Oct 2006 08:21:05 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:16 +0000 (11:14 -0700)
commit3a5b2ecdd1fa63a8f25bd769223bc1c2564ce45d
treedc80fdde9ed01e77ef0ed6fdef7573d303bd07db
parenta86c61812637c7dd0c57e29880cffd477b62f2e7
[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 <cmm@us.ibm.com>
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext4/balloc.c
fs/ext4/ialloc.c
fs/ext4/resize.c
fs/ext4/super.c
include/linux/ext4_fs.h
include/linux/ext4_fs_i.h