mbox series

[0/2] add error handling support for add_disk()

Message ID 1636014799-20156-1-git-send-email-wubo40@huawei.com (mailing list archive)
Headers show
Series add error handling support for add_disk() | expand

Message

Wu Bo Nov. 4, 2021, 8:33 a.m. UTC
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(-)

Comments

Christoph Hellwig Nov. 4, 2021, 8:45 a.m. UTC | #1
Luis has an outstanding series that also covers these two drivers.
Wu Bo Nov. 5, 2021, 2:06 a.m. UTC | #2
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