From: Theodore Ts'o Date: Mon, 10 Jan 2011 17:13:03 +0000 (-0500) Subject: ext4: use ext4_lblk_t instead of sector_t for logical blocks X-Git-Tag: v2.6.38-rc1~409^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f49d0b9d0209dc1194255b11601e4b94447b36;p=pandora-kernel.git ext4: use ext4_lblk_t instead of sector_t for logical blocks This fixes a number of places where we used sector_t instead of ext4_lblk_t for logical blocks, which for ext4 are still 32-bit data types. No point wasting space in the ext4_inode_info structure, and requiring 64-bit arithmetic on 32-bit systems, when it isn't necessary. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed