>atomic_foo() should be ordered, at least that the idea behind it as
It isn't. Also the atomic_inc/dec and set_bit clear_bit aren't.
Only test_and_*_bit and atomic_dec_and_test enforce ordering between
previous and following code.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/