[PATCH 6/9] nbd: Restructure debugging prints

2015-04-02 Thread Markus Pargmann
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 ing

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-15 Thread Joe Perches
On Sun, 2015-02-15 at 23:20 +0100, Markus Pargmann wrote: > On Fri, Feb 13, 2015 at 03:48:06AM -0800, Joe Perches wrote: > > On Fri, 2015-02-13 at 12:24 +0100, Markus Pargmann wrote: > > > On Fri, Feb 13, 2015 at 02:05:27AM -0800, Joe Perches wrote: > > > > On Fri, 2015-02-13 at 10:58 +0100, Markus

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-15 Thread Markus Pargmann
On Fri, Feb 13, 2015 at 03:48:06AM -0800, Joe Perches wrote: > On Fri, 2015-02-13 at 12:24 +0100, Markus Pargmann wrote: > > On Fri, Feb 13, 2015 at 02:05:27AM -0800, Joe Perches wrote: > > > On Fri, 2015-02-13 at 10:58 +0100, Markus Pargmann wrote: > > > > On Thu, Feb 12, 2015 at 01:08:48PM -0800,

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-13 Thread Joe Perches
On Fri, 2015-02-13 at 12:24 +0100, Markus Pargmann wrote: > On Fri, Feb 13, 2015 at 02:05:27AM -0800, Joe Perches wrote: > > On Fri, 2015-02-13 at 10:58 +0100, Markus Pargmann wrote: > > > On Thu, Feb 12, 2015 at 01:08:48PM -0800, Joe Perches wrote: > > > > On Thu, 2015-02-12 at 21:57 +0100, Markus

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-13 Thread Markus Pargmann
Hi, On Fri, Feb 13, 2015 at 02:05:27AM -0800, Joe Perches wrote: > On Fri, 2015-02-13 at 10:58 +0100, Markus Pargmann wrote: > > On Thu, Feb 12, 2015 at 01:08:48PM -0800, Joe Perches wrote: > > > On Thu, 2015-02-12 at 21:57 +0100, Markus Pargmann wrote: > > > > dprintk has some name collisions wit

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-13 Thread Joe Perches
On Fri, 2015-02-13 at 10:58 +0100, Markus Pargmann wrote: > On Thu, Feb 12, 2015 at 01:08:48PM -0800, Joe Perches wrote: > > On Thu, 2015-02-12 at 21:57 +0100, Markus Pargmann wrote: > > > dprintk has some name collisions with other frameworks and drivers. It > > > is also not necessary to have the

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-13 Thread Markus Pargmann
On Thu, Feb 12, 2015 at 01:08:48PM -0800, Joe Perches wrote: > On Thu, 2015-02-12 at 21:57 +0100, Markus Pargmann wrote: > > 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 a

Re: [PATCH 6/9] nbd: Restructure debugging prints

2015-02-12 Thread Joe Perches
On Thu, 2015-02-12 at 21:57 +0100, Markus Pargmann wrote: > 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 wi

[PATCH 6/9] nbd: Restructure debugging prints

2015-02-12 Thread Markus Pargmann
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 ing