From: Paul Moore Date: Fri, 17 Nov 2006 22:38:43 +0000 (-0500) Subject: NetLabel: use gfp_t instead of int where it makes sense X-Git-Tag: v2.6.20-rc1~34^2~40^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f758d93548fb3c6297c05a351a4ba532de6a497;p=pandora-kernel.git NetLabel: use gfp_t instead of int where it makes sense 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 Signed-off-by: James Morris --- Reading git-diff-tree failed