[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140513135049.2d160a63d662b3aab6ba3c03@linux-foundation.org>
Date: Tue, 13 May 2014 13:50:49 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Fabian Frederick <fabf@...net.be>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
Joel Becker <jlbec@...lplan.org>
Subject: Re: [PATCH 2/2] FS/CONFIGFS: Use pr_fmt
On Tue, 13 May 2014 20:24:28 +0200 Fabian Frederick <fabf@...net.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>
>
> ...
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists