]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Don't initialize link selector field in fragmented messages
authorAllan Stephens <allan.stephens@windriver.com>
Sun, 17 Apr 2011 14:29:16 +0000 (10:29 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:47 +0000 (16:03 -0400)
commit81ab51c0309010142f7a3ae18f055e71cbb17f17
tree615cb4934f7cbb1f448d9d9097f45438e6515680
parent6a3fe1489fb4552e67b3df0708c1850406edc097
tipc: Don't initialize link selector field in fragmented messages

Eliminates code that sets the link selector field in the header of
fragmented messages, since this information is never referenced.
(The unnecessary initialization was harmless as it was over-written
by the fragmented message identifier value before the fragments were
transmitted.)

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