Re: [PATCH] Fix big endian ext2 bmap in 2.2.

2000-09-19 Thread Alexander Viro
On Wed, 20 Sep 2000, Andi Kleen wrote: > > This patch fixes an obvious bug introduced with the ext2 changes in 2.2.18pre > (look up the definition of le32_to_cpu on BE machines without a special > assembler version for it and on machines that have it) > > Patch against 2.2.18pre9 Wrong fix.

Re: [PATCH] Fix big endian ext2 bmap in 2.2.

2000-09-19 Thread David S. Miller
Date:Wed, 20 Sep 2000 00:50:06 +0200 From: "Andi Kleen" <[EMAIL PROTECTED]> This patch fixes an obvious bug introduced with the ext2 changes in 2.2.18pre (look up the definition of le32_to_cpu on BE machines without a special assembler version for it and on machines that

[PATCH] Fix big endian ext2 bmap in 2.2.

2000-09-19 Thread Andi Kleen
This patch fixes an obvious bug introduced with the ext2 changes in 2.2.18pre (look up the definition of le32_to_cpu on BE machines without a special assembler version for it and on machines that have it) Patch against 2.2.18pre9 -Andi --- linux-work/fs/ext2/inode.c-EXT2 Fri Sep 15

Re: [PATCH] Fix big endian ext2 bmap in 2.2.

2000-09-19 Thread Alexander Viro
On Wed, 20 Sep 2000, Andi Kleen wrote: This patch fixes an obvious bug introduced with the ext2 changes in 2.2.18pre (look up the definition of le32_to_cpu on BE machines without a special assembler version for it and on machines that have it) Patch against 2.2.18pre9 Wrong fix.

Re: [PATCH] Fix big endian ext2 bmap in 2.2.

2000-09-19 Thread David S. Miller
Date:Wed, 20 Sep 2000 00:50:06 +0200 From: "Andi Kleen" [EMAIL PROTECTED] This patch fixes an obvious bug introduced with the ext2 changes in 2.2.18pre (look up the definition of le32_to_cpu on BE machines without a special assembler version for it and on machines that