From: Nicholas Petreley <nicholas@petreley.com>
To: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.19-pre7-ac3 does not compile
Date: Tue, 30 Apr 2002 14:32:58 -0700 [thread overview]
Message-ID: <20020430213258.GE8886@petreley.com> (raw)
It looks like it is just a missing brace around line 521 in fs/ext2/balloc.c
if (tmp == le32_to_cpu(gdp->bg_block_bitmap) ||
tmp == le32_to_cpu(gdp->bg_inode_bitmap) ||
in_range (tmp, le32_to_cpu(gdp->bg_inode_table),
- sb->u.ext2_sb.s_itb_per_group))
+ sb->u.ext2_sb.s_itb_per_group)) {
ext2_error (sb, "ext2_new_block",
"Allocating block in system zone - block = %lu",
tmp);
ext2_set_bit(j, bh->b_data);
DQUOT_FREE_BLOCK(inode, 1);
goto repeat;
}
(The above is not generated by patch - I'm too lazy to do that. Just use vi
and add the dang brace - grin)
-Nick
--
***********************************************************
Nicholas Petreley http://www.VarLinux.org
nicholas@petreley.com http://www.computerworld.com
http://www.petreley.org http://www.linuxworld.com Eph 6:12
***********************************************************
next reply other threads:[~2002-04-30 21:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-30 21:32 Nicholas Petreley [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-04-30 11:20 Jean-Luc Coulon
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=20020430213258.GE8886@petreley.com \
--to=nicholas@petreley.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®