-
Andreas Gruenbacher authored
Replace test_bit() + set_bit() with test_and_set_bit() where we need an atomic operation. Use clear_and_wake_up_bit() instead of open coding it. Signed-off-by:
Andreas Gruenbacher <agruenba@redhat.com>
7a92deaa
Replace test_bit() + set_bit() with test_and_set_bit() where we need an atomic
operation. Use clear_and_wake_up_bit() instead of open coding it.
Signed-off-by:
Andreas Gruenbacher <agruenba@redhat.com>