]> bbs.cooldavid.org Git - net-next-2.6.git/commit
tipc: Relocate trivial link status functions to header file
authorAllan Stephens <allan.stephens@windriver.com>
Tue, 11 May 2010 14:30:11 +0000 (14:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2010 06:02:24 +0000 (23:02 -0700)
commit01fee256a675f6492fc6945bbb9b59640d8705d4
treeab5ac9e161298795006b85a53eb9354a1605d3a0
parent15e979da7c9ddddd55d2eb81e962dbb2aac51ad1
tipc: Relocate trivial link status functions to header file

Rather than live in link.c where they can only be used in that file alone,
these helper routines are better served by being in link.h

Relocated are the following:

link_working_working
link_working_unknown
link_reset_unknown
link_reset_reset
link_blocked
link_congested

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>
net/tipc/discover.c
net/tipc/link.c
net/tipc/link.h