Re: [PATCH] dlm: match signedness between dlm_config_info and cluster_set

From: David Teigland
Date: Tue Feb 19 2008 - 14:47:50 EST


On Wed, Feb 13, 2008 at 04:54:29PM -0800, Harvey Harrison wrote:
> 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] *<noident>
>
> Signed-off-by: Harvey Harrison <harvey.harrison@xxxxxxxxx>

Thanks, added to dlm.git.
Dave

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/