From: Vladislav Yasevich Date: Tue, 22 Aug 2006 20:29:17 +0000 (-0700) Subject: [SCTP]: Remove multiple levels of msecs to jiffies conversions. X-Git-Tag: v2.6.19-rc1~1272^2~208 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fd091e73b81f131e1567c4d4a1ec042940bf2f7;p=pandora-kernel.git [SCTP]: Remove multiple levels of msecs to jiffies conversions. The SCTP sysctl entries are displayed in milliseconds, but stored internally in jiffies. This results in multiple levels of msecs to jiffies conversion and as a result produces a truncation error. This patch makes things consistent in that we store and display defaults in milliseconds and only convert once for use by association. This patch also adds some sane min/max values so that we don't go off the deep end. Signed-off-by: Vladislav Yasevich Signed-off-by: Sridhar Samudrala Signed-off-by: David S. Miller --- Reading git-diff-tree failed