Re: What is the history of CONFIG_EXT{2,3}_CHECK?
From: Andreas Dilger (adilger_at_clusterfs.com)
Date: 10/31/05
- Previous message: Arjan van de Ven: "Re: BUG?: request_irq can apparently sleep"
- In reply to: Adrian Bunk: "What is the history of CONFIG_EXT{2,3}_CHECK?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 31 Oct 2005 14:25:03 -0700 To: Adrian Bunk <bunk@stusta.de>
On Oct 31, 2005 01:13 +0100, Adrian Bunk wrote:
> Can anyone tell me the history of CONFIG_EXT{2,3}_CHECK?
>
> There is code for a "check" option for mount if these options are
> enabled, but there's no way to enable them.
These are expensive debugging options, which walk the inode/block bitmaps
for getting the group inode/block usage instead of using the group
summary data. Not used very often but I suspect occasionally useful for
developers mucking with ext[23] internals. Since it is developer-only
code it needs to be enabled with #define CONFIG_EXT[23]_CHECK in a
header or compile option.
Cheers, Andreas
-- Andreas Dilger Principal Software Engineer Cluster File Systems, Inc. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Arjan van de Ven: "Re: BUG?: request_irq can apparently sleep"
- In reply to: Adrian Bunk: "What is the history of CONFIG_EXT{2,3}_CHECK?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]