[PATCH 0/2] md: small cleanups in MD driver
Abd-Alrhman Masalkhi <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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