Re: [TRIVIAL] Re: UP went into unexpected trashing

Linus Torvalds (torvalds@transmeta.com)
Fri, 8 Nov 2002 20:40:00 -0800 (PST)


On Sat, 9 Nov 2002, Rusty Russell wrote:
> - * Returns the bit-number of the first zero bit, not the number of the byte
> - * containing a bit.
> + * Returns the bit-number of the first zero bit (not the number of the byte
> + * containing the bit) or a value >= size if none found.

Ok.

However, what was the original codepath that doesn't follow this and was
the cause of the headache (ie the "unexpected trashing"?) Let's fix that
user of the functions too, not just the documentation..

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/