public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
From: Christian Kujau <lists@nerdbynature.de>
To: Theodore Tso <tytso@MIT.EDU>
Cc: linux-ext4@vger.kernel.org
Subject: Re: bh_count undeclared
Date: Mon, 26 May 2008 02:19:10 +0200 (CEST)	[thread overview]
Message-ID: <alpine.DEB.1.10.0805260216110.4890@sheep.housecafe.de> (raw)
In-Reply-To: <20080525233809.GG5970@mit.edu>

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.

  reply	other threads:[~2008-05-26  0:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-25 15:35 bh_count undeclared Christian Kujau
2008-05-25 23:38 ` Theodore Tso
2008-05-26  0:19   ` Christian Kujau [this message]
2008-05-26  1:05     ` Theodore Tso
2008-05-26  2:00       ` Christian Kujau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.1.10.0805260216110.4890@sheep.housecafe.de \
    --to=lists@nerdbynature.de \
    --cc=linux-ext4@vger.kernel.org \
    --cc=tytso@MIT.EDU \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox