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:
0f94e87
)
xip: fix get_zeroed_page with __GFP_HIGHMEM
author
Akinobu Mita
<akinobu.mita@gmail.com>
Tue, 8 Jan 2008 23:32:57 +0000
(15:32 -0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 9 Jan 2008 00:10:36 +0000
(16:10 -0800)
The use of get_zeroed_page() with __GFP_HIGHMEM is invalid. Use
alloc_page() with __GFP_ZERO instead of invalid get_zeroed_page().
(This patch is only compile tested)
Cc: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Hugh Dickins <hugh@veritas.com>
Acked-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/filemap_xip.c
patch
|
blob
|
history
diff --cc
mm/filemap_xip.c
Simple merge