Re: [PATCH 0/2] md: small cleanups in MD driver
"Yu Kuai" <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
在 2026/4/15 22:03, 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(-) Applied -- Thansk, Kuai