From: Joseph Qi Date: Thu, 3 Apr 2014 21:47:00 +0000 (-0700) Subject: ocfs2: fix type conversion risk when get cluster attributes X-Git-Tag: v3.15-rc1~106^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b63efb68115eaf48197672d59005765884b078;p=pandora-kernel.git ocfs2: fix type conversion risk when get cluster attributes In o2nm_cluster, cl_idle_timeout_ms, cl_keepalive_delay_ms, as well as cl_reconnect_delay_ms, are defined as type of unsigned int. So we should also use unsigned int in the helper functions. Signed-off-by: Joseph Qi Cc: Joel Becker Cc: Mark Fasheh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed