All of lore.kernel.org
 help / color / mirror / Atom feed
* fs/minix/bitmap.c is broken in CVS
@ 2002-06-18 12:24 Manuel Novoa III
  2002-06-20 17:45 ` Riley Williams
  0 siblings, 1 reply; 8+ messages in thread
From: Manuel Novoa III @ 2002-06-18 12:24 UTC (permalink / raw)
  To: linux-8086

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-06-26 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-18 12:24 fs/minix/bitmap.c is broken in CVS Manuel Novoa III
2002-06-20 17:45 ` 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.