NetLabel: use gfp_t instead of int where it makes sense
authorPaul Moore <paul.moore@hp.com>
Fri, 17 Nov 2006 22:38:43 +0000 (17:38 -0500)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:24:04 +0000 (21:24 -0800)
There were a few places in the NetLabel code where the int type was being used
instead of the gfp_t type, this patch corrects this mistake.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found