public inbox for linux-raid@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] md: small cleanups in MD driver
@ 2026-04-15 14:03 Abd-Alrhman Masalkhi
  2026-04-15 14:03 ` [PATCH 1/2] md: replace wait loop with wait_event() in md_handle_request() Abd-Alrhman Masalkhi
  2026-04-15 14:03 ` [PATCH 2/2] md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr() Abd-Alrhman Masalkhi
  0 siblings, 2 replies; 3+ messages in thread
From: Abd-Alrhman Masalkhi @ 2026-04-15 14:03 UTC (permalink / raw)
  To: song, yukuai; +Cc: linux-raid, linux-kernel, Abd-Alrhman Masalkhi

Hi,

This small series contains two cleanups in the MD driver.

Patch 1: replaces a wait loop in md_handle_request() with wait_event()
Patch 2: replaces a mutex_lock() with mddev_lock_nointr()

Thanks,
Abd-Alrhman

Abd-Alrhman Masalkhi (2):
  md: replace wait loop with wait_event() in md_handle_request()
  md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr()

 drivers/md/md.c | 10 +---------
 drivers/md/md.h |  2 +-
 2 files changed, 2 insertions(+), 10 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-04-15 14:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15 14:03 [PATCH 0/2] md: small cleanups in MD driver Abd-Alrhman Masalkhi
2026-04-15 14:03 ` [PATCH 1/2] md: replace wait loop with wait_event() in md_handle_request() Abd-Alrhman Masalkhi
2026-04-15 14:03 ` [PATCH 2/2] md: use mddev_lock_nointr() in mddev_suspend_and_lock_nointr() Abd-Alrhman Masalkhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox