linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] block: simple *add_disk*() driver conversions
@ 2021-07-15 19:51 Luis Chamberlain
  2021-07-15 19:51 ` [PATCH 1/3] loop: add error handling support for add_disk() Luis Chamberlain
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Luis Chamberlain @ 2021-07-15 19:51 UTC (permalink / raw)
  To: axboe
  Cc: hare, bvanassche, ming.lei, hch, jack, osandov, linux-block,
	linux-kernel, Luis Chamberlain

As requested by Christoph, I'm going to add a few demo driver
conversions, to show how drivers can manage *add_disk*() error
handling.

I've converted all drivers at this point, but I think it makes sense to
split these conversion up into groups. This is the first group, which
demos trivial changes. This group is larger than this, but this series
with 3 driver examples should suffice to start review on that group type.

If this seems fine and the block changes get merged I can extend this
group later to include all trivial driver conversions. But patch review
on these would help to get started.

Luis Chamberlain (3):
  loop: add error handling support for add_disk()
  null_blk: add error handling support for add_disk()
  nbd: add error handling support for add_disk()

 drivers/block/loop.c          | 9 ++++++++-
 drivers/block/nbd.c           | 6 +++++-
 drivers/block/null_blk/main.c | 3 +--
 3 files changed, 14 insertions(+), 4 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-07-15 19:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15 19:51 [PATCH 0/3] block: simple *add_disk*() driver conversions Luis Chamberlain
2021-07-15 19:51 ` [PATCH 1/3] loop: add error handling support for add_disk() Luis Chamberlain
2021-07-15 19:51 ` [PATCH 2/3] null_blk: " Luis Chamberlain
2021-07-15 19:51 ` [PATCH 3/3] nbd: " Luis Chamberlain

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).