From: mjn3@codepoet.org (Manuel Novoa III)
To: linux-8086@vger.kernel.org
Subject: fs/minix/bitmap.c is broken in CVS
Date: Tue, 18 Jun 2002 06:24:58 -0600 [thread overview]
Message-ID: <20020618122458.GA12082@codepoet.org> (raw)
Hello,
Apparently during the recent changes, someone replaced the code
sequence
if (j == find_first_zero_bit(bh->b_data, 8192))
panic("still zero bit!%d\n", j);
with
j == (block_t) find_first_zero_bit(bh->b_data, 8192);
if (j)
panic("still zero bit!%d\n", j);
in function minix_new_block in file fs/minix/bitmap.c.
Manuel
next reply other threads:[~2002-06-18 12:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-18 12:24 Manuel Novoa III [this message]
2002-06-20 17:45 ` fs/minix/bitmap.c is broken in CVS Riley Williams
2002-06-21 4:23 ` Manuel Novoa III
2002-06-21 21:22 ` Riley Williams
2002-06-22 9:41 ` Riley Williams
2002-06-25 21:52 ` Manuel Novoa III
2002-06-26 3:31 ` Riley Williams
2002-06-26 17:32 ` Anybody want this stuff? Dustin Lang
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=20020618122458.GA12082@codepoet.org \
--to=mjn3@codepoet.org \
--cc=linux-8086@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