Re: [PATCH 1/3] slub: Fix signedness warnings

From: Pekka Enberg
Date: Sat Oct 02 2010 - 04:50:17 EST


On 29.9.2010 15.02, Namhyung Kim wrote:
The bit-ops routines require its arg to be a pointer to unsigned long.
This leads sparse to complain about different signedness as follows:

mm/slub.c:2425:49: warning: incorrect type in argument 2 (different signedness)
mm/slub.c:2425:49: expected unsigned long volatile *addr
mm/slub.c:2425:49: got long *map

Signed-off-by: Namhyung Kim<namhyung@xxxxxxxxx>

The series has been applied. Thanks!
--
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/