mbox series

[-next,0/3] do some cleanup for md_ioctl

Message ID 20220920023938.3273598-1-yebin10@huawei.com (mailing list archive)
Headers show
Series do some cleanup for md_ioctl | expand

Message

yebin (H) Sept. 20, 2022, 2:39 a.m. UTC
Ye Bin (3):
  md: refactor md ioctl cmd check
  md: factor out __md_set_array_info()
  md: introduce md_ro_state to make code easy to understand

 drivers/md/md.c | 249 +++++++++++++++++++++++++-----------------------
 1 file changed, 131 insertions(+), 118 deletions(-)

Comments

Song Liu Oct. 20, 2022, 7:04 p.m. UTC | #1
On Mon, Sep 19, 2022 at 7:28 PM Ye Bin <yebin10@huawei.com> wrote:
>
> Ye Bin (3):
>   md: refactor md ioctl cmd check
>   md: factor out __md_set_array_info()
>   md: introduce md_ro_state to make code easy to understand

Applied patch 2 and 3 to md-next, with some changes in the commit logs.
For future patches, please follow the guidance in
Documentation/process/submitting-patches.rst for the commit log.

Thanks,
Song

>
>  drivers/md/md.c | 249 +++++++++++++++++++++++++-----------------------
>  1 file changed, 131 insertions(+), 118 deletions(-)
>
> --
> 2.31.1
>