[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] ext4 extent support
From: |
Bean |
Subject: |
Re: [PATCH] ext4 extent support |
Date: |
Sun, 6 Jul 2008 01:25:58 +0800 |
On Sat, Jul 5, 2008 at 7:01 PM, Marco Gerards <address@hidden> wrote:
>> + grub_printf ("HH\n");
>
> Whoops? ;-)
>
>> + return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
>> + "ext2fs doesn't support extents");
>
> Why the error? I thought you have added extent support? Doesn't this
> mean the extent has another error of some kind?
Hi,
Oh, I forget to cleanup the code, here is the new patch.
2008-07-06 Bean <address@hidden>
* fs/ext2.c (EXT4_EXTENTS_FLAG): New macro.
(grub_ext4_extent_header): New structure.
(grub_ext4_extent): Likewise.
(grub_ext4_extent_idx): Likewise.
(grub_ext4_find_leaf): New function.
(grub_ext2_read_block): Handle extents.
--
Bean
extent.diff
Description: Text Data
- Re: [PATCH] ext4 extent support, (continued)
Re: [PATCH] ext4 extent support, Marco Gerards, 2008/07/05
- Re: [PATCH] ext4 extent support,
Bean <=
Re: [PATCH] ext4 extent support, Felix Zielcke, 2008/07/10
- Re: [PATCH] ext4 extent support, Bean, 2008/07/11
- Re: [PATCH] ext4 extent support, Felix Zielcke, 2008/07/11
- Re: [PATCH] ext4 extent support, Bean, 2008/07/11
- Re: [PATCH] ext4 extent support, Felix Zielcke, 2008/07/11
- Re: [PATCH] ext4 extent support, Bean, 2008/07/11
- Re: [PATCH] ext4 extent support, Felix Zielcke, 2008/07/11
- Re: [PATCH] ext4 extent support, Bean, 2008/07/11
- Re: [PATCH] ext4 extent support, Bean, 2008/07/12