Re: [PATCH] FLEX_BG Kernel support v2.

2007-09-12 Thread Jose R. Santos
On Wed, 12 Sep 2007 01:27:54 -0600 Andreas Dilger <[EMAIL PROTECTED]> wrote: > On Sep 11, 2007 19:07 -0500, Jose R. Santos wrote: > > @@ -1248,13 +1248,17 @@ static int ext4_check_descriptors (struct > > super_block * sb) > > ext4_fsblk_t inode_table; > > struct ext4_group_desc * gdp = N

Re: [PATCH] FLEX_BG Kernel support v2.

2007-09-12 Thread Andreas Dilger
On Sep 11, 2007 19:07 -0500, Jose R. Santos wrote: > @@ -1248,13 +1248,17 @@ static int ext4_check_descriptors (struct super_block > * sb) > ext4_fsblk_t inode_table; > struct ext4_group_desc * gdp = NULL; > int desc_block = 0; > + int flexbg_bg = 0; > int i; > > +

[PATCH] FLEX_BG Kernel support v2.

2007-09-11 Thread Jose R. Santos
From: Jose R. Santos <[EMAIL PROTECTED]> FLEX_BG Kernel support v2. This feature relaxes check restrictions on where each block groups meta data is located within the storage media. This allows for the allocation of bitmaps or inode tables outside the block group boundaries in cases where bad

Re: [PATCH] FLEX_BG Kernel support.

2007-09-11 Thread Jose R. Santos
On Tue, 11 Sep 2007 17:21:39 -0600 Andreas Dilger <[EMAIL PROTECTED]> wrote: > On Sep 11, 2007 07:27 -0500, Jose R. Santos wrote: > > On Tue, 11 Sep 2007 00:04:43 -0600 > > "Andreas Dilger" <[EMAIL PROTECTED]> wrote: > > > On 9/10/07, Jose R. Santos <[EMAIL PROTECTED]> wrote: > > > > @@ -1254,7 +

Re: [PATCH] FLEX_BG Kernel support.

2007-09-11 Thread Andreas Dilger
On Sep 11, 2007 07:27 -0500, Jose R. Santos wrote: > On Tue, 11 Sep 2007 00:04:43 -0600 > "Andreas Dilger" <[EMAIL PROTECTED]> wrote: > > On 9/10/07, Jose R. Santos <[EMAIL PROTECTED]> wrote: > > > @@ -1254,7 +1254,8 @@ static int ext4_check_descriptors (struct > > > super_block * sb) > > > > > >

Re: [PATCH] FLEX_BG Kernel support.

2007-09-11 Thread Jose R. Santos
On Tue, 11 Sep 2007 00:04:43 -0600 "Andreas Dilger" <[EMAIL PROTECTED]> wrote: > On 9/10/07, Jose R. Santos <[EMAIL PROTECTED]> wrote: > > @@ -1254,7 +1254,8 @@ static int ext4_check_descriptors (struct super_block > > * sb) > > > > for (i = 0; i < sbi->s_groups_count; i++) > > {

Re: [PATCH] FLEX_BG Kernel support.

2007-09-10 Thread Andreas Dilger
On 9/10/07, Jose R. Santos <[EMAIL PROTECTED]> wrote: > @@ -1254,7 +1254,8 @@ static int ext4_check_descriptors (struct super_block * > sb) > > for (i = 0; i < sbi->s_groups_count; i++) > { > - if (i == sbi->s_groups_count - 1) > + if (i == sbi->s_groups

[PATCH] FLEX_BG Kernel support.

2007-09-10 Thread Jose R. Santos
From: Jose R. Santos <[EMAIL PROTECTED]> FLEX_BG Kernel support. This feature relaxes check restrictions on where each block groups meta data is located within the storage media. This allows for the allocation of bitmaps or inode tables outside the block group boundaries in cases where bad blo