All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Fabian Frederick <fabf@skynet.be>,
	linux-kernel <linux-kernel@vger.kernel.org>
Cc: akpm <akpm@linux-foundation.org>
Subject: Re: [PATCH 1/1] block/blk-core.c: convert printk to pr_foo()
Date: Fri, 02 May 2014 11:39:44 -0600	[thread overview]
Message-ID: <5363D860.30104@kernel.dk> (raw)
In-Reply-To: <20140502184911.61e6207c63864476bd06570a@skynet.be>

On 05/02/2014 10:49 AM, Fabian Frederick wrote:
> -Convert all printk,print_ratelimited ...
> -Define debug to have pr_debug emitted
> -Fix checkpatch warning: Lu->llu
> 
> Cc: Jens Axboe <axboe@kernel.dk>
> Cc: Andrew Morton <akpm@linux-foundation.org>
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
> ---
>  block/blk-core.c | 60 +++++++++++++++++++++++++++-----------------------------
>  1 file changed, 29 insertions(+), 31 deletions(-)
> 
> diff --git a/block/blk-core.c b/block/blk-core.c
> index a0e3096..5c544fa 100644
> --- a/block/blk-core.c
> +++ b/block/blk-core.c
> @@ -11,6 +11,7 @@
>  /*
>   * This handles all read/write requests to block devices
>   */
> +#define DEBUG
>  #include <linux/kernel.h>
>  #include <linux/module.h>
>  #include <linux/backing-dev.h>

That's a mess.

-- 
Jens Axboe


  reply	other threads:[~2014-05-02 17:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-02 16:49 [PATCH 1/1] block/blk-core.c: convert printk to pr_foo() Fabian Frederick
2014-05-02 17:39 ` Jens Axboe [this message]
2014-05-02 17:52   ` Fabian Frederick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5363D860.30104@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=akpm@linux-foundation.org \
    --cc=fabf@skynet.be \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.