]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
[PATCH] ext4: blk_type from sector_t to unsigned long long
authorMingming Cao <cmm@us.ibm.com>
Wed, 11 Oct 2006 08:21:11 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:18 +0000 (11:14 -0700)
commit2ae0210760aed9d626eaede5b63db95e198f7c8e
tree40fd1795f7d2b337407876d515a0147d72cea4f4
parentbd81d8eec043094d3ff729a8ff6d5b3a06d3c4b1
[PATCH] ext4: blk_type from sector_t to unsigned long long

Change ext4 in-kernel block type (ext4_fsblk_t) from sector_t to unsigned
long long.  Remove ext4 block type string micro E3FSBLK, replaced with "%llu"

[akpm@osdl.org: build fix]
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/extents.c
fs/ext4/inode.c
fs/ext4/resize.c
fs/ext4/super.c
fs/ext4/xattr.c
include/linux/ext4_fs_i.h