Files
twx-linux/include/linux
Alexander Lobakin 21e40f8484 bitops: add missing prototype check
[ Upstream commit 72cc1980a0 ]

Commit 8238b45798 ("wait_on_bit: add an acquire memory barrier") added
a new bitop, test_bit_acquire(), with proper wrapping in order to try to
optimize it at compile-time, but missed the list of bitops used for
checking their prototypes a bit below.
The functions added have consistent prototypes, so that no more changes
are required and no functional changes take place.

Fixes: 8238b45798 ("wait_on_bit: add an acquire memory barrier")
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-05-30 09:44:15 +02:00
..
2024-05-30 09:44:15 +02:00
2024-05-25 16:30:56 +02:00
2024-05-30 09:44:06 +02:00
2024-03-26 11:07:20 -07:00
2024-04-08 14:09:58 +01:00