From: Hugh Dickins Date: Wed, 28 Nov 2007 18:55:10 +0000 (+0000) Subject: tmpfs: restore missing clear_highpage X-Git-Tag: v2.6.24-rc4~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84e2e132c9c66d8498e7710d4ea532d1feaaac5;p=pandora-kernel.git tmpfs: restore missing clear_highpage 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed