commit | 43d23f9039fc810ecd621f1e4f9d578eadce058a | [log] [tgz] |
---|---|---|
author | Mingming Cao <cmm@us.ibm.com> | Sun Jun 25 05:48:07 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:10 2006 -0700 |
tree | be241eb5a8e6010f1f8ca9e960bc9838b70d6779 | |
parent | 1c2bf374a4b8c2e1a3e6ff3a64fb67272a8cd2e2 [diff] |
[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>