]> 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)
commit0b9701a1e10d5a619957732d28c062695ef07f9e
treef26998d63d8263bdd67a52d54a6f58e0332e0fba
parenta9ce11fc9cf83f293e0343032f072afe162e3abb
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