[PATCH v3 0/2] md: simplify md_seq_ops

Yu Kuai posted 2 patches 2 years, 2 months ago
drivers/md/md.c | 129 +++++++++++++++---------------------------------
1 file changed, 39 insertions(+), 90 deletions(-)
[PATCH v3 0/2] md: simplify md_seq_ops
Posted by Yu Kuai 2 years, 2 months ago
From: Yu Kuai <yukuai3@huawei.com>

Changes in v3:
 - rework patch 1, because the condition is confusing

Changes in v2:
 - don't hold lock while show mddev in md_seq_show
 - add patch 1
 - add commit message

Yu Kuai (2):
  md: factor out a helper from mddev_put()
  md: simplify md_seq_ops

 drivers/md/md.c | 129 +++++++++++++++---------------------------------
 1 file changed, 39 insertions(+), 90 deletions(-)

-- 
2.39.2
Re: [PATCH v3 0/2] md: simplify md_seq_ops
Posted by Song Liu 2 years, 2 months ago
On Tue, Sep 26, 2023 at 11:19 PM Yu Kuai <yukuai1@huaweicloud.com> wrote:
>
> From: Yu Kuai <yukuai3@huawei.com>
>
> Changes in v3:
>  - rework patch 1, because the condition is confusing
>
> Changes in v2:
>  - don't hold lock while show mddev in md_seq_show
>  - add patch 1
>  - add commit message

Applied to md-next. Thanks!

Song

>
> Yu Kuai (2):
>   md: factor out a helper from mddev_put()
>   md: simplify md_seq_ops
>
>  drivers/md/md.c | 129 +++++++++++++++---------------------------------
>  1 file changed, 39 insertions(+), 90 deletions(-)
>
> --
> 2.39.2
>