From: Adrian Bunk Date: Wed, 9 Nov 2005 05:39:48 +0000 (-0800) Subject: [PATCH] fs/hugetlbfs/inode.c: make a function static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8d3d81cf023f34fa42955ce0a6e77e7c340a9d9d;p=mv-sheeva.git [PATCH] fs/hugetlbfs/inode.c: make a function static This patch makes a needlessly global function static. Signed-off-by: Adrian Bunk Acked-by: William Irwin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index e026c807e6b..64983ab5558 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c @@ -63,7 +63,7 @@ static void huge_pagevec_release(struct pagevec *pvec) * * Result is in bytes to be compatible with is_hugepage_mem_enough() */ -unsigned long +static unsigned long huge_pages_needed(struct address_space *mapping, struct vm_area_struct *vma) { int i;