diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2011-03-11 13:22:53 -0500 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-03-13 16:35:19 -0400 |
commit | 390bce4237487975c2168aa5fa786f75ead66852 (patch) | |
tree | a693ca84b88dc4b0547ad5b771dea15d6fb94aea /net/tipc/link.c | |
parent | 7945c1fb02ef08316df8c054ce180bf3f4e35ae4 (diff) | |
download | op-kernel-dev-390bce4237487975c2168aa5fa786f75ead66852.zip op-kernel-dev-390bce4237487975c2168aa5fa786f75ead66852.tar.gz |
tipc: Eliminate obsolete routine for handling routed messages
Eliminates a routine that is used in handling messages arriving from
another cluster or zone. Such messages can no longer be received by TIPC
now that multi-cluster and multi-zone network support has been eliminated.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index a572f0a..43639ff 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c @@ -2423,9 +2423,6 @@ static int link_send_long_buf(struct link *l_ptr, struct sk_buff *buf) else destaddr = msg_destnode(inmsg); - if (msg_routed(inmsg)) - msg_set_prevnode(inmsg, tipc_own_addr); - /* Prepare reusable fragment header: */ tipc_msg_init(&fragm_hdr, MSG_FRAGMENTER, FIRST_FRAGMENT, |