[-next,v2,0/3] dm-raid: minor fixes

Message ID 20230708092153.1418570-1-yukuai1@huaweicloud.com
Headers
Series dm-raid: minor fixes |

Message

Yu Kuai July 8, 2023, 9:21 a.m. UTC
  From: Yu Kuai <yukuai3@huawei.com>

Changes in v2:
 - improve title and commit message for patch 2

This patchset fix two straightforward and easy problems that is found by
code review, please consider it for the next merge window.

Yu Kuai (3):
  md/dm-raid: fix that 'reconfig_mutex' is not released from error path
    in raid_ctr()
  md/dm-raid: clean up multiple equivalent goto tags from raid_ctr()
  md/dm-raid: protect md_stop() with 'reconfig_mutex'

 drivers/md/dm-raid.c | 20 +++++++++-----------
 drivers/md/md.c      |  2 ++
 2 files changed, 11 insertions(+), 11 deletions(-)
  

Comments

Song Liu July 29, 2023, 10:32 a.m. UTC | #1
On Sat, Jul 8, 2023 at 5:23 PM Yu Kuai <yukuai1@huaweicloud.com> wrote:
>
> From: Yu Kuai <yukuai3@huawei.com>
>
> Changes in v2:
>  - improve title and commit message for patch 2
>
> This patchset fix two straightforward and easy problems that is found by
> code review, please consider it for the next merge window.
>
> Yu Kuai (3):
>   md/dm-raid: fix that 'reconfig_mutex' is not released from error path
>     in raid_ctr()
>   md/dm-raid: clean up multiple equivalent goto tags from raid_ctr()
>   md/dm-raid: protect md_stop() with 'reconfig_mutex'

For the set:

Reviewed-by: Song Liu <song@kernel.org>

>
>  drivers/md/dm-raid.c | 20 +++++++++-----------
>  drivers/md/md.c      |  2 ++
>  2 files changed, 11 insertions(+), 11 deletions(-)
>
> --
> 2.39.2
>