From: Mingming Cao Date: Wed, 11 Oct 2006 08:21:13 +0000 (-0700) Subject: [PATCH] ext4: removesector_t bits check X-Git-Tag: v2.6.19-rc2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b8f1f0106ab39ad58765d4e7c57189835f51127;p=pandora-kernel.git [PATCH] ext4: removesector_t bits check Previously when in-kernel ext4 block type is sector_t, it's only 4 bits long under some 32bit arch (when CONFIG_LBD is not on). So we need to check the size of sector_t before we read 48bit long on-disk blocks to in-kernel blocks. These checks are unnecessary now as we changed the in-kernel blocks to unsigned longlong. 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