On Fri, May 26, 2006 at 05:24:01PM +0200, Adrian Bunk wrote: > On Fri, May 26, 2006 at 09:21:48AM -0500, Mike Halcrow wrote: > > Use the kernel BUG_ON() macro rather than the eCryptfs > > ASSERT(). Note that this temporarily renders the > > CONFIG_ECRYPT_DEBUG build option unused. We certainly plan on > > using it in the future; for now, is it okay to leave it in > > fs/Kconfig, or would you like to remove it? > > Remove it as long as it deos nothing - re-adding it when it's > actually used will be trivial. This patch removes ECRYPT_DEBUG from fs/Kconfig; apply after the patch 1 from this 10-part patch set. Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> --- fs/Kconfig | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) 15ef83ff75ab0b601a2648175c7f60af16ddb31c diff --git a/fs/Kconfig b/fs/Kconfig index 67d5568..b68e46e 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -955,14 +955,6 @@ config ECRYPT_FS To compile this file system support as a module, choose M here: the module will be called ecryptfs. -config ECRYPT_DEBUG - bool "Enable eCryptfs debug mode" - depends on ECRYPT_FS - help - Turn on debugging code in eCryptfs. - - If unsure, say N. - config HFS_FS tristate "Apple Macintosh file system support (EXPERIMENTAL)" depends on EXPERIMENTAL - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html