]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_page
authorAdam Litke <agl@us.ibm.com>
Fri, 6 Jan 2006 08:10:42 +0000 (00:10 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 6 Jan 2006 16:33:22 +0000 (08:33 -0800)
commit18a329a8086dbb778b562fa9498e9ec06e5a8595
treeafe3a52f3e00cbab3f30f756fb60b250fe8de2c6
parent31c2531de0e1a5fafa542a77357da7855949ac5c
[PATCH] Hugetlb: Rename find_lock_page to find_or_alloc_huge_page

find_lock_huge_page() isn't a great name, since it does extra things not
analagous to find_lock_page().  Rename it find_or_alloc_huge_page() which is
closer to the mark.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Adam Litke <agl@us.ibm.com>
Cc: William Lee Irwin III <wli@holomorphy.com>
Cc: "Seth, Rohit" <rohit.seth@intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/hugetlb.c