From: Hugh Dickins Date: Sun, 30 Oct 2005 01:16:15 +0000 (-0700) Subject: [PATCH] mm: do_swap_page race major X-Git-Tag: v2.6.15-rc1~730^2^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9bef07ce5a342aa6246ebc5c20829d0d5d63d0;p=pandora-kernel.git [PATCH] mm: do_swap_page race major Small adjustment: do_swap_page should report its !pte_same race as a major fault if it had to read into swap cache, because whatever raced with it will have found page already in cache and reported minor fault. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed