linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] add error handling support for add_disk()
@ 2021-11-04  8:33 Wu Bo
  2021-11-04  8:33 ` [PATCH 1/2] brd: " Wu Bo
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Wu Bo @ 2021-11-04  8:33 UTC (permalink / raw)
  To: axboe; +Cc: linux-block, linux-kernel, linfeilong, wubo40

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-05  2:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  8:33 [PATCH 0/2] add error handling support for add_disk() Wu Bo
2021-11-04  8:33 ` [PATCH 1/2] brd: " Wu Bo
2021-11-04  8:33 ` [PATCH 2/2] z2ram: " Wu Bo
2021-11-04  8:45 ` [PATCH 0/2] " Christoph Hellwig
2021-11-05  2:06   ` Wu Bo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).