From: Mingming Cao Date: Thu, 4 May 2006 02:55:12 +0000 (-0700) Subject: [PATCH] ext3: multile block allocate little endian fixes X-Git-Tag: v2.6.17-rc4~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dea5176e5c32ef9f0d1a41d28427b3bf6881b3a;p=pandora-kernel.git [PATCH] ext3: multile block allocate little endian fixes Some places in ext3 multiple block allocation code (in 2.6.17-rc3) don't handle the little endian well. This was resulting in *wrong* block numbers being assigned to in-memory block variables and then stored on disk eventually. The following patch has been verified to fix an ext3 filesystem failure when run ltp test on a 64 bit machine. Signed-off-by; Mingming Cao Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed