From: Harvey Harrison Date: Thu, 14 Feb 2008 00:54:29 +0000 (-0800) Subject: dlm: match signedness between dlm_config_info and cluster_set X-Git-Tag: v2.6.26-rc1~1106^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5416b704aef0b7350073421f4f6ac1a21bc213e7;p=pandora-kernel.git dlm: match signedness between dlm_config_info and cluster_set cluster_set is only called from the macro CLUSTER_ATTR which defines read/write access functions. Make the signedness match to avoid sparse warnings every time CLUSTER_ATTR is used (lines 149-159) all of the form: fs/dlm/config.c:149:1: warning: incorrect type in argument 3 (different signedness) fs/dlm/config.c:149:1: expected unsigned int *info_field fs/dlm/config.c:149:1: got int extern [toplevel] * Signed-off-by: Harvey Harrison Signed-off-by: David Teigland --- Reading git-diff-tree failed