]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit97e49239556003cc9cc4acd1193136df9f255261
treebe241eb5a8e6010f1f8ca9e960bc9838b70d6779
parent1324ec839be3ac5705d9a7359cbf21b2580db270
[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