From: Adam Litke Date: Fri, 6 Jan 2006 08:10:43 +0000 (-0800) Subject: [PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COW X-Git-Tag: v2.6.16-rc1~936^2~274 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e5216f8d8aa258ba836caffe2613d79cc9aead;p=pandora-kernel.git [PATCH] Hugetlb: Reorganize hugetlb_fault to prepare for COW This patch splits the "no_page()" type activity into its own function, hugetlb_no_page(). hugetlb_fault() becomes the entry point for hugetlb faults and delegates to the appropriate handler depending on the type of fault. Right now we still have only hugetlb_no_page() but a later patch introduces a COW fault. Signed-off-by: David Gibson Signed-off-by: Adam Litke Cc: William Lee Irwin III Cc: "Seth, Rohit" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed