+29
−4
+41
−1
Loading
hulk inclusion category: other bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT -------------------------------- For the previously combined 8238b457 ("wait_on_bit: add an acquire memory barrier") mainline patch, in order to avoid additional effects, revert the test_bit_acquire() in the wait_on_bit_xx function to the original test_bit(). In addition, define wait_on_bit_acquire() to narrow down the scope, which contains test_bit_acquire() that provide memory barrier. Signed-off-by:Zizhi Wo <wozizhi@huawei.com> Signed-off-by:
Baokun Li <libaokun1@huawei.com>