[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120626023331.GC14329@thunk.org>
Date: Mon, 25 Jun 2012 22:33:31 -0400
From: Theodore Ts'o <tytso@....edu>
To: linux-ext4@...r.kernel.org
Subject: Re: Minimal configuration for e2fsprogs
On Tue, Jun 26, 2012 at 12:10:47PM +1000, Tony Breeds wrote:
>
> I was thinking that this was the very sinmple matter of making
> BMAP_STATS conditional rather that have it always #defined. Is that
> what you were thinking?
>
> Also what's the correct way to get BMAP_STATS_OPS defined?
Yeah, I was thinking to simply rename BMAP_STATS and BMAP_STATS_OPS to
ENABLE_BMAP_STATS and ENABLE_BMAP_STATS_OPS, and then handle them via
an AC_ARG_ENABLE much like --enable-compression is handled (with the
first enabled by default, so --disable-bmap-stats to the configure
script would disable it, while the much more heavier weight from a
performance standpoint BMAP_STATS_OPS would be disabled by default, so
the user would have to specify --enable-bmap-stats-ops to the
configure script to enable it.)
Regards,
- Ted
--
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