Re: 2.6.9-rc1-mm2

From: Martin Wilck
Date: Fri Sep 03 2004 - 04:39:44 EST


William Lee Irwin III wrote:

- if (!test_bit(bit, word))
+ if (!test_and_set_bit(bit, word))

This one fixed a nasty buffer locking race I saw with 2.6.9-rc1-mm2.
Thanks a lot!

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