[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion
authorMingming Cao <cmm@us.ibm.com>
Sun, 25 Jun 2006 12:48:07 +0000 (05:48 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:10 +0000 (10:01 -0700)
commit43d23f9039fc810ecd621f1e4f9d578eadce058a
treebe241eb5a8e6010f1f8ca9e960bc9838b70d6779
parent1c2bf374a4b8c2e1a3e6ff3a64fb67272a8cd2e2
[PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion

Convert the ext3 in-kernel filesystem blocks to ext3_fsblk_t.  Convert the
rest of all unsigned long type in-kernel filesystem blocks to ext3_fsblk_t,
and replace the printk format string respondingly.

Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/balloc.c
fs/ext3/inode.c
fs/ext3/ioctl.c
fs/ext3/resize.c
fs/ext3/super.c
fs/ext3/xattr.c
include/linux/ext3_fs.h
include/linux/ext3_fs_i.h