git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
352d480
)
NetLabel: use gfp_t instead of int where it makes sense
author
Paul Moore
<paul.moore@hp.com>
Fri, 17 Nov 2006 22:38:43 +0000
(17:38 -0500)
committer
David 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