]> www.infradead.org Git - users/jedix/linux-maple.git/commit
md/raid5: use wait_on_bit() for R5_Overlap
authorArtur Paszkiewicz <artur.paszkiewicz@intel.com>
Tue, 27 Aug 2024 15:35:34 +0000 (17:35 +0200)
committerSong Liu <song@kernel.org>
Thu, 29 Aug 2024 16:37:10 +0000 (09:37 -0700)
commite6a03207b925aebe10d6aacd8e040ccdaa731bff
tree3d1539bf4492857732845b20e560d6201f78c0b5
parent7f67fdae3372c323ad02601ab65502c9e488a521
md/raid5: use wait_on_bit() for R5_Overlap

Convert uses of wait_for_overlap wait queue with R5_Overlap bit to
wait_on_bit() / wake_up_bit().

Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
Link: https://lore.kernel.org/r/20240827153536.6743-2-artur.paszkiewicz@intel.com
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid5-cache.c
drivers/md/raid5.c