]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Eliminate trivial buffer manipulation helper routines
authorAllan Stephens <allan.stephens@windriver.com>
Fri, 4 Nov 2011 17:24:29 +0000 (13:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Feb 2012 22:05:16 +0000 (17:05 -0500)
commitaea3b9b368ec85bba497506f804b880f966e23e5
treef26998d63d8263bdd67a52d54a6f58e0332e0fba
parent5669f4b4e88025cf6a09edbb15c113fd4b228727
tipc: Eliminate trivial buffer manipulation helper routines

Gets rid of two inlined routines that simply call existing sk_buff
manipulation routines, since there is no longer any extra processing
done by the helper routines.

Note that these changes are essentially cosmetic in nature, and have
no impact on the actual operation of TIPC.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bcast.c
net/tipc/core.h
net/tipc/discover.c
net/tipc/link.c
net/tipc/msg.c
net/tipc/name_distr.c
net/tipc/net.c
net/tipc/node.c
net/tipc/port.c
net/tipc/socket.c