]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Eliminate redundant check when sending messages
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 26 May 2011 17:24:24 +0000 (13:24 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 1 Sep 2011 15:16:37 +0000 (11:16 -0400)
commit2f21da3238e83511c6b2e9acf45744f4759087c8
tree9da1d66cc36d000267ea2a80a8ee3bae8215af21
parent041284466546bba3fb3af3ed0f35867afece9bca
tipc: Eliminate redundant check when sending messages

Eliminates code in tipc_send_buf_fast() that handles messages
sent to a destination on the current node, since the only caller
of the routine only passes in messages destined for other nodes.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c