From: David Miller <da...@da...>
Date: Mon, 15 Jan 2018 13:42:45 -0500 (EST)
> From: John Thompson <tho...@gm...>
> Date: Wed, 10 Jan 2018 08:50:24 +1300
>
>> The tipc prefix to log messages generated by tipc was
>> removed in commit 07f6c4bc0 ("tipc: convert tipc reference
>> table to use generic rhashtable").
>>
>> This is still a useful prefix and so add it back.
>>
>> Acked-by: Jon Maloy <jon...@er...>
>> Signed-off-by: John Thompson <tho...@gm...>
>
> Applied, thank you.
Actually, this breaks the build, reverted:
In file included from net/tipc/addr.h:44:0,
from net/tipc/addr.c:38:
net/tipc/core.h:40:0: warning: "pr_fmt" redefined
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
In file included from ./include/linux/kernel.h:14:0,
from net/tipc/addr.c:37:
./include/linux/printk.h:285:0: note: this is the location of the previous definition
#define pr_fmt(fmt) fmt
|