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:
9bfb52a
)
tmpfs: restore missing clear_highpage
author
Hugh Dickins
<hugh@veritas.com>
Wed, 28 Nov 2007 18:55:10 +0000
(18:55 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Wed, 28 Nov 2007 19:04:28 +0000
(11:04 -0800)
tmpfs was misconverted to __GFP_ZERO in 2.6.11. There's an unusual case in
which shmem_getpage receives the page from its caller instead of allocating.
We must cover this case by clear_highpage before SetPageUptodate, as before.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found