mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 21:21:09 +00:00
tipc: add back tipc prefix to log messages
The tipc prefix for log messages generated by tipc was
removed in commit 07f6c4bc04
("tipc: convert tipc reference
table to use generic rhashtable").
This is still a useful prefix so add it back.
Signed-off-by: Matt Bennett <matt.bennett@alliedtelesis.co.nz>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d15a5020cf
commit
d7f9f47d4d
2 changed files with 6 additions and 2 deletions
|
@ -34,8 +34,6 @@
|
||||||
* POSSIBILITY OF SUCH DAMAGE.
|
* POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
|
||||||
|
|
||||||
#include "core.h"
|
#include "core.h"
|
||||||
#include "name_table.h"
|
#include "name_table.h"
|
||||||
#include "subscr.h"
|
#include "subscr.h"
|
||||||
|
|
|
@ -60,6 +60,12 @@
|
||||||
#include <linux/rhashtable.h>
|
#include <linux/rhashtable.h>
|
||||||
#include <net/genetlink.h>
|
#include <net/genetlink.h>
|
||||||
|
|
||||||
|
#ifdef pr_fmt
|
||||||
|
#undef pr_fmt
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
|
||||||
|
|
||||||
struct tipc_node;
|
struct tipc_node;
|
||||||
struct tipc_bearer;
|
struct tipc_bearer;
|
||||||
struct tipc_bc_base;
|
struct tipc_bc_base;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue