From: Allan Stephens Date: Thu, 26 May 2011 17:44:34 +0000 (-0400) Subject: tipc: Prevent rounding issues when saving connect timeout option X-Git-Tag: v3.2-rc1~129^2~251^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0f40f02ef0783688233caf737a17f1f56283e2b;p=pandora-kernel.git tipc: Prevent rounding issues when saving connect timeout option Saves a socket's TIPC_CONN_TIMEOUT socket option value in its original form (milliseconds), rather than jiffies. This ensures that the exact value set using setsockopt() is always returned by getsockopt(), without being subject to rounding issues introduced by a ms->jiffies->ms conversion sequence. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed