> And, just when I thought I understood the crc32 stuff, here's an even better
> explanation/code/etc. With thanks.
Except for one thing:
> for (i = 0; i < i; i++)
I don't think this does what was intended. Should that perhaps be
> for (i = 0; i < 1; i++)
? That would mean one pass through the loop, whereas the original does no
passes through the loop.
MfG Kai
-
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/