]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Avoid pointless masking of fragmented message identifier
authorAllan Stephens <allan.stephens@windriver.com>
Sun, 17 Apr 2011 15:44:24 +0000 (11:44 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:48 +0000 (16:03 -0400)
commiteb5449a32c895a714744df20edafd080b7c1cd36
tree95db5962a1c12e78398065c3c5c3bf0ac91f746e
parent81ab51c0309010142f7a3ae18f055e71cbb17f17
tipc: Avoid pointless masking of fragmented message identifier

Eliminates code that restricts a link's counter of its fragmented
messages to a 16-bit value, since the counter value is automatically
restricted to this range when it is written into the message header.

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