2021-11-04 08:03:20

by Wu Bo

[permalink] [raw]
Subject: [PATCH 0/2] add error handling support for add_disk()

We never checked for errors on add_disk() as this function
returned void. Now that is fixed.

So add error handling support for add_disk().

Wu Bo (2):
brd: add error handling support for add_disk()
z2ram: add error handling support for add_disk()

drivers/block/brd.c | 7 ++++++-
drivers/block/z2ram.c | 8 ++++++--
2 files changed, 12 insertions(+), 3 deletions(-)

--
1.8.3.1


2021-11-04 08:48:16

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH 0/2] add error handling support for add_disk()

Luis has an outstanding series that also covers these two drivers.

2021-11-05 03:13:23

by Wu Bo

[permalink] [raw]
Subject: Re: [PATCH 0/2] add error handling support for add_disk()

On 2021/11/4 16:45, Christoph Hellwig wrote:
> Luis has an outstanding series that also covers these two drivers.
> .
>
OK, Please ignore this patch.

Thanks.
Wu Bo