nbd: Restructure debugging prints
authorMarkus Pargmann <mpa@pengutronix.de>
Thu, 2 Apr 2015 08:11:38 +0000 (10:11 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 2 Apr 2015 18:39:22 +0000 (12:39 -0600)
commitd18509f5979881ae326e910115ab2ba914c016b6
tree871afb69b5bfb9c73ad4da97dd53706a8d7bba84
parentb9c495bb6d8edc719fd23af2ac67de8303cfc1e8
nbd: Restructure debugging prints

dprintk has some name collisions with other frameworks and drivers. It
is also not necessary to have these custom debug print filters. Dynamic
debug offers the same amount of filtered debugging.

This patch replaces all dprintks with dev_dbg(). It also removes the
ioctl dprintk which prints the ingoing ioctls which should be
replaceable by strace or similar stuff.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nbd.c
This page took 0.02607 seconds and 5 git commands to generate.