]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] mm: do_swap_page race major
authorHugh Dickins <hugh@veritas.com>
Sun, 30 Oct 2005 01:16:15 +0000 (18:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:39 +0000 (21:40 -0700)
commit9e9bef07ce5a342aa6246ebc5c20829d0d5d63d0
tree6f7286ebbb2c4b8af7bb04897a64b054c67faa4a
parent86d912f41dca32eca8827f2f878139735e69dc28
[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 <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/memory.c