From: Mingming Cao Date: Wed, 11 Oct 2006 08:21:11 +0000 (-0700) Subject: [PATCH] ext4: blk_type from sector_t to unsigned long long X-Git-Tag: v2.6.19-rc2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae0210760aed9d626eaede5b63db95e198f7c8e;p=pandora-kernel.git [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 Signed-off-by: Dave Kleikamp Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed