Hugh Dickins 65500d234e [PATCH] mm: page fault handlers tidyup
Impose a little more consistency on the page fault handlers do_wp_page,
do_swap_page, do_anonymous_page, do_no_page, do_file_page: why not pass their
arguments in the same order, called the same names?

break_cow is all very well, but what it did was inlined elsewhere: easier to
compare if it's brought back into do_wp_page.

do_file_page's fallback to do_no_page dates from a time when we were testing
pte_file by using it wherever possible: currently it's peculiar to nonlinear
vmas, so just check that.  BUG_ON if not?  Better not, it's probably page
table corruption, so just show the pte: hmm, there's a pte_ERROR macro, let's
use that for do_wp_page's invalid pfn too.

Hah!  Someone in the ppc64 world noticed pte_ERROR was unused so removed it:
restored (and say "pud" not "pmd" in its pud_ERROR).

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-10-29 21:40:37 -07:00
..
2005-09-07 16:57:21 -07:00
2005-09-09 10:31:57 -07:00
2005-09-07 16:57:21 -07:00
2005-09-09 10:31:57 -07:00
2005-10-08 15:00:57 -07:00
2005-09-05 00:05:38 -07:00
2005-09-12 17:19:12 +10:00
2005-09-06 16:57:46 +10:00
2005-09-05 00:05:39 -07:00
2005-09-08 14:57:25 -07:00
2005-10-29 21:40:35 -07:00
2005-09-10 10:06:21 -07:00
2005-09-28 07:46:42 -07:00
2005-09-05 00:05:48 -07:00
2005-09-29 08:46:27 -07:00