Searched hist:"4738 fa16907a933d72bbcae1b8922dc9330fde92" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | lru_cache.h | diff 4738fa16907a933d72bbcae1b8922dc9330fde92 Mon Feb 21 06:20:55 CST 2011 Lars Ellenberg <lars.ellenberg@linbit.com> drbd: use clear_bit_unlock() where appropriate
Some open-coded clear_bit(); smp_mb__after_clear_bit(); should in fact have been smp_mb__before_clear_bit(); clear_bit();
Instead, use clear_bit_unlock() to annotate the intention, and have it do the right thing.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
|
/openbmc/linux/lib/ |
H A D | lru_cache.c | diff 4738fa16907a933d72bbcae1b8922dc9330fde92 Mon Feb 21 06:20:55 CST 2011 Lars Ellenberg <lars.ellenberg@linbit.com> drbd: use clear_bit_unlock() where appropriate
Some open-coded clear_bit(); smp_mb__after_clear_bit(); should in fact have been smp_mb__before_clear_bit(); clear_bit();
Instead, use clear_bit_unlock() to annotate the intention, and have it do the right thing.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_bitmap.c | diff 4738fa16907a933d72bbcae1b8922dc9330fde92 Mon Feb 21 06:20:55 CST 2011 Lars Ellenberg <lars.ellenberg@linbit.com> drbd: use clear_bit_unlock() where appropriate
Some open-coded clear_bit(); smp_mb__after_clear_bit(); should in fact have been smp_mb__before_clear_bit(); clear_bit();
Instead, use clear_bit_unlock() to annotate the intention, and have it do the right thing.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
|
H A D | drbd_main.c | diff 4738fa16907a933d72bbcae1b8922dc9330fde92 Mon Feb 21 06:20:55 CST 2011 Lars Ellenberg <lars.ellenberg@linbit.com> drbd: use clear_bit_unlock() where appropriate
Some open-coded clear_bit(); smp_mb__after_clear_bit(); should in fact have been smp_mb__before_clear_bit(); clear_bit();
Instead, use clear_bit_unlock() to annotate the intention, and have it do the right thing.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
|