All of lore.kernel.org
 help / color / mirror / Atom feed
* paride initialization cleanup
@ 2021-08-16 16:11 Christoph Hellwig
  2021-08-16 16:11 ` [PATCH 1/4] pcd: move the identify buffer into pcd_identify Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Christoph Hellwig @ 2021-08-16 16:11 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Tim Waugh, linux-block

Hi Jens,

the paride drivers currently have a major Linux 1.x-style mess for
initializing the gendisks.  This series refactors them to be modular
and self-contained in preparation of error handling for add_disk.

Diffstat:
 pcd.c |  298 +++++++++++++++++++++++++++++-------------------------------------
 pd.c  |  142 +++++++++++++++----------------
 pf.c  |  223 +++++++++++++++++++++----------------------------
 3 files changed, 303 insertions(+), 360 deletions(-)

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

end of thread, other threads:[~2021-08-16 16:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-16 16:11 paride initialization cleanup Christoph Hellwig
2021-08-16 16:11 ` [PATCH 1/4] pcd: move the identify buffer into pcd_identify Christoph Hellwig
2021-08-16 16:11 ` [PATCH 2/4] pcd: cleanup initialization Christoph Hellwig
2021-08-16 16:11 ` [PATCH 3/4] pf: " Christoph Hellwig
2021-08-16 16:11 ` [PATCH 4/4] pd: " Christoph Hellwig
2021-08-16 16:33 ` paride initialization cleanup Bart Van Assche
2021-08-16 16:42   ` Christoph Hellwig
2021-08-16 16:52     ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.