Re: [PATCH] kobject: fix gfp flags type

From: Al Viro
Date: Fri Oct 28 2005 - 04:22:05 EST


On Thu, Oct 27, 2005 at 11:30:22PM -0700, Greg KH wrote:
> [PATCH] kobject: fix gfp flags type
>
> Fix implicit nocast warnings in kobject_uevent code, including __nocast:
> lib/kobject_uevent.c:78:37: warning: implicit cast to nocast type
> lib/kobject_uevent.c:97:51: warning: implicit cast to nocast type
> lib/kobject_uevent.c:120:27: warning: implicit cast to nocast type
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

NAK - explicit use of __nocast is wrong here.
-
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/