[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47E34515.5070500@redhat.com>
Date: Fri, 21 Mar 2008 00:18:13 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: "Aneesh Kumar K.V" <aneesh.kumar@...ux.vnet.ibm.com>
CC: Theodore Tso <tytso@....edu>,
ext4 development <linux-ext4@...r.kernel.org>
Subject: Re: powerpc e2fsprogs and fast symlink
Aneesh Kumar K.V wrote:
> The extent support on powerpc doesn't seems to work with e2fsprogs.
> make check on e2fsprogs on powerpc gives
>
> f_extents: basic extents support: failed
>
I see a few things wrong:
Looks like swap_inode_full was incorrectly swapping the i_block
data for extents, as well as incorrectly checking for the
EXTENTS flag on big-endian boxes. Hmm maybe I need to think
a little more about symlinks with the extent flag set...
Also, pass1.c was having trouble when the extent flag was improperly
set or unset, because then the extent header was improperly unswapped
or swapped, so verify_header gave the wrong answer. Temporarily
re-swapping the header before checking fixes...
I'm working on a patch for these problems, trying to make it
not too ugly. :)
-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists