From: Andrew Morton <akpm@linux-foundation.org>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Joel Becker <jlbec@evilplan.org>
Subject: Re: [PATCH 2/2] FS/CONFIGFS: Use pr_fmt
Date: Tue, 13 May 2014 13:50:49 -0700 [thread overview]
Message-ID: <20140513135049.2d160a63d662b3aab6ba3c03@linux-foundation.org> (raw)
In-Reply-To: <20140513202428.77c59d530a2c2154a9902cb3@skynet.be>
On Tue, 13 May 2014 20:24:28 +0200 Fabian Frederick <fabf@skynet.be> wrote:
> -Adding pr_fmt based on module name.
>
> ...
>
> --- a/fs/configfs/configfs_internal.h
> +++ b/fs/configfs/configfs_internal.h
> @@ -24,6 +24,12 @@
> * configfs Copyright (C) 2005 Oracle. All rights reserved.
> */
>
> +#ifdef pr_fmt
> +#undef pr_fmt
> +#endif
Why this?
> +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
> +
> #include <linux/slab.h>
> #include <linux/list.h>
> #include <linux/spinlock.h>
>
> ...
>
next prev parent reply other threads:[~2014-05-13 20:50 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-13 18:24 Fabian Frederick
2014-05-13 20:50 ` Andrew Morton [this message]
2014-05-13 22:06 ` Valdis.Kletnieks
2014-05-13 22:15 ` Andrew Morton
2014-05-13 22:30 ` Joe Perches
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=20140513135049.2d160a63d662b3aab6ba3c03@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=fabf@skynet.be \
--cc=jlbec@evilplan.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®