From: Hugh Dickins Date: Tue, 22 Nov 2005 05:32:19 +0000 (-0800) Subject: [PATCH] unpaged: ZERO_PAGE in VM_UNPAGED X-Git-Tag: v2.6.15-rc3~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f57e88a8d83de8d844b57e16b84d2f762fe9f092;p=pandora-kernel.git [PATCH] unpaged: ZERO_PAGE in VM_UNPAGED It's strange enough to be looking out for anonymous pages in VM_UNPAGED areas, let's not insert the ZERO_PAGE there - though whether it would matter will depend on what we decide about ZERO_PAGE refcounting. But whereas do_anonymous_page may (exceptionally) be called on a VM_UNPAGED area, do_no_page should never be: just BUG_ON. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed