public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] nbd: cleanups
@ 2015-03-12 13:35 Markus Pargmann
  2015-03-12 13:35 ` [PATCH v2 1/9] Documentation: nbd: Reformat to allow more documentation Markus Pargmann
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Markus Pargmann @ 2015-03-12 13:35 UTC (permalink / raw)
  To: nbd-general; +Cc: linux-kernel, Joe Perches, Wouter Verhelst, Markus Pargmann

Hi,

v2 fixes the dev_dbg outputs to contain the device name only once.

For the moment I would prefer to use dev_dbg instead of the previous
implementation of categorized outputs as it seems more flexible without code
modification. As soon as there is a generic framework for categorized dev_dbg
I am happy to use that.

Patch 3 removes the internal kernel header of nbd as it is only used for nbd.c.
We can define the device struct at the top of nbd.c instead.
Patch 6 replaces the previously used dprint macro with dev_dbg. dev_dbg()
should work as well as dprint did.

The other patches change some minor things.

Best Regards,

Markus


Markus Pargmann (9):
  Documentation: nbd: Reformat to allow more documentation
  Documentation: nbd: Add list of module parameters
  nbd: Remove kernel internal header
  nbd: Replace kthread_create with kthread_run
  nbd: Fix device bytesize type
  nbd: Restructure debugging prints
  nbd: Remove fixme that was already fixed
  nbd: Return error code directly
  nbd: Return error pointer directly

 Documentation/blockdev/nbd.txt |  48 +++++++++-----
 drivers/block/nbd.c            | 140 ++++++++++++++++-------------------------
 include/linux/nbd.h            |  46 --------------
 3 files changed, 86 insertions(+), 148 deletions(-)
 delete mode 100644 include/linux/nbd.h

-- 
2.1.4


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

end of thread, other threads:[~2015-03-16 21:11 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-12 13:35 [PATCH v2 0/9] nbd: cleanups Markus Pargmann
2015-03-12 13:35 ` [PATCH v2 1/9] Documentation: nbd: Reformat to allow more documentation Markus Pargmann
2015-03-12 13:36 ` [PATCH v2 2/9] Documentation: nbd: Add list of module parameters Markus Pargmann
2015-03-12 13:36 ` [PATCH v2 3/9] nbd: Remove kernel internal header Markus Pargmann
2015-03-12 13:36 ` [PATCH v2 4/9] nbd: Replace kthread_create with kthread_run Markus Pargmann
2015-03-16 21:11   ` Pavel Machek
2015-03-12 13:36 ` [PATCH v2 5/9] nbd: Fix device bytesize type Markus Pargmann
2015-03-16 21:11   ` Pavel Machek
2015-03-12 13:36 ` [PATCH v2 6/9] nbd: Restructure debugging prints Markus Pargmann
2015-03-16 21:11   ` Pavel Machek
2015-03-12 13:36 ` [PATCH v2 7/9] nbd: Remove fixme that was already fixed Markus Pargmann
2015-03-12 13:36 ` [PATCH v2 8/9] nbd: Return error code directly Markus Pargmann
2015-03-16 21:11   ` Pavel Machek
2015-03-12 13:36 ` [PATCH v2 9/9] nbd: Return error pointer directly Markus Pargmann
2015-03-16 21:11   ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox