]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: add tipc_ prefix to fcns targeted for un-inlining
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 11 May 2010 14:30:12 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2010 06:02:25 +0000 (23:02 -0700)
commit82799ce64d7159e3c03fb2e8ddb44b2c2238cb08
tree37e428def9c1720122282efa23d18834f8060795
parent8c5ecd2303a8e8c43200281d90ae3aaf6423ff90
tipc: add tipc_ prefix to fcns targeted for un-inlining

These functions have enough code in them such that they
seem like sensible targets for un-inlining.  Prior to doing
that, this adds the tipc_ prefix to the functions, so that
in the event of a panic dump or similar, the subsystem from
which the functions come from is immediately clear.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
13 files changed:
net/tipc/addr.h
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/bearer.c
net/tipc/cluster.c
net/tipc/discover.c
net/tipc/link.c
net/tipc/msg.h
net/tipc/name_distr.c
net/tipc/name_table.c
net/tipc/net.c
net/tipc/node.c
net/tipc/port.c