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:
0afc2ed
)
SLUB: Deal with annoying gcc warning on kfree()
author
Christoph Lameter
<clameter@sgi.com>
Fri, 8 Feb 2008 01:47:41 +0000
(17:47 -0800)
committer
Christoph Lameter
<christoph@stapp.engr.sgi.com>
Fri, 8 Feb 2008 01:47:41 +0000
(17:47 -0800)
gcc 4.2 spits out an annoying warning if one casts a const void *
pointer to a void * pointer. No warning is generated if the
conversion is done through an assignment.
Signed-off-by: Christoph Lameter <clameter@sgi.com>
mm/slub.c
patch
|
blob
|
history
diff --cc
mm/slub.c
Simple merge