From: Dan Carpenter Date: Wed, 21 Mar 2012 20:41:01 +0000 (+0000) Subject: netlabel: use GFP flags from caller instead of GFP_ATOMIC X-Git-Tag: v3.4-rc1~115^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b5fad526f63e9b56752a7e8e153b99ec0ddecd;p=pandora-kernel.git netlabel: use GFP flags from caller instead of GFP_ATOMIC This function takes a GFP flags as a parameter, but they are never used. We don't take a lock in this function so there is no reason to prefer GFP_ATOMIC over the caller's GFP flags. There is only one caller, cipso_v4_map_cat_rng_ntoh(), and it passes GFP_ATOMIC as the GFP flags so this doesn't change how the code works. It's just a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed