[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.10.0805260216110.4890@sheep.housecafe.de>
Date: Mon, 26 May 2008 02:19:10 +0200 (CEST)
From: Christian Kujau <lists@...dbynature.de>
To: Theodore Tso <tytso@....EDU>
cc: linux-ext4@...r.kernel.org
Subject: Re: bh_count undeclared
On Sun, 25 May 2008, Theodore Tso wrote:
> Whoops, my bad. I was compiling with --enable-jfs-debug, and I didn't
> notice the change I made broke things without that configuration
> option.
But even *with* --enable-jfs-debug the error occured.
> The right fix is just to surround the bh_count reference with an
> #ifdef CONFIG_JBD_DEBUG.
Right now the declaration of bh_count is surrounded with an #ifdef:
#ifdef CONFIG_JBD_DEBUG /* Enabled by configure --enable-jfs-debug */
static int bh_count = 0;
#endif
But you want the refence surrounded by this #ifdef, right?
Thanks,
Christian.
--
BOFH excuse #192:
runaway cat on system.
--
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