[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070912072754.GE5377@schatzie.adilger.int>
Date: Wed, 12 Sep 2007 01:27:54 -0600
From: Andreas Dilger <adilger@...sterfs.com>
To: "Jose R. Santos" <jrs@...ibm.com>
Cc: linux-ext4@...r.kernel.org
Subject: Re: [PATCH] FLEX_BG Kernel support v2.
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;
>
> + if (EXT4_HAS_INCOMPAT_FEATURE(sb, EXT4_FEATURE_INCOMPAT_FLEX_BG))
> + flexbg_flag = 1;
Umm, have you compiled this? "int flexbg_bg" and "flexbg_flag"...
Cheers, Andreas
--
Andreas Dilger
Principal Software Engineer
Cluster File Systems, Inc.
-
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