Re: [PATCH 09/33] aio: dprintk() -> pr_debug()

2013-04-12 Thread Jeff Moyer
Kent Overstreet writes: > Signed-off-by: Kent Overstreet > Cc: Zach Brown > Cc: Felipe Balbi > Cc: Greg Kroah-Hartman > Cc: Mark Fasheh > Cc: Joel Becker > Cc: Rusty Russell > Cc: Jens Axboe > Cc: Asai Thambi S P > Cc: Selvan Mani > Cc: Sam Bradshaw > Cc: Jeff Moyer > Cc: Al Viro > C

Re: [PATCH 09/33] aio: dprintk() -> pr_debug()

2013-03-29 Thread Theodore Ts'o
Reviewed-by: "Theodore Ts'o" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 09/33] aio: dprintk() -> pr_debug()

2013-03-21 Thread Joe Perches
On Thu, 2013-03-21 at 09:35 -0700, Kent Overstreet wrote: [] > diff --git a/fs/aio.c b/fs/aio.c Hi Kent. I generally prefer pr_debug but maybe here's a couple of things you don't already know. > +#define pr_fmt(fmt) "%s: " fmt, __func__ dynamic debug can add __func__ to each output with +f so I