]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit5f6d9123f1c7ef7297b0da1620988fe16c738e75
treef26998d63d8263bdd67a52d54a6f58e0332e0fba
parenta635b46bd884efc1fc98819cb5a200da255d575c
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