lkml.org 
[lkml]   [2023]   [Jul]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH -next 0/2] md: clean up and fix for mddev_suspend()
From
Date
Hi,

在 2023/06/28 9:29, Yu Kuai 写道:
> From: Yu Kuai <yukuai3@huawei.com>
>
> This patchset is minor changes that I found by code review while I'm
> working on synchronize io and array configuration. I'm planing to
> refactor mddev_suspend() from:
>
> mddev_lock
> // array configuration
> mddev_unlock
>
> and:
>
> mddev_lock
> mddev_suspend
> // array configuration
> mddev_resume
> mddev_unlock
>
> to:
>
> mddev_suspend
> mddev_lock
> // array configuration
> mddev_unlock
> mddev_resume
>

Friendly ping ...

Thanks,
Kuai

> Yu Kuai (2):
> md: don't quiesce in mddev_suspend()
> md: restore 'noio_flag' for the last mddev_resume()
>
> drivers/md/md.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>

\
 
 \ /
  Last update: 2023-07-07 03:25    [W:0.056 / U:0.016 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site