From: Allan Stephens Date: Sun, 27 Feb 2011 19:43:52 +0000 (-0500) Subject: tipc: Eliminate timestamp from link protocol messages X-Git-Tag: v2.6.39-rc1~468^2~60^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b3acb6a85266dfd3e102b3d15b51b0ecd6bc2e;p=pandora-kernel.git tipc: Eliminate timestamp from link protocol messages Removes support for the timestamp field of TIPC's link protocol messages. This field was previously used to hold an OS-dependent timestamp value that was used to assist in debugging early versions of TIPC. The field has now been deemed unnecessary and has been removed from the latest TIPC specification. This change has no impact on the operation of TIPC since the field was set by TIPC, but never referenced. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed