diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-09 00:39:48 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:41 -0500 |
commit | 8d3d81cf023f34fa42955ce0a6e77e7c340a9d9d (patch) | |
tree | 72070444e3046dc90cf26d532040c15b2dd6de5c /fs | |
parent | 252ac865535e1ea9cc2d28be83f477d8d8b961a2 (diff) |
[PATCH] fs/hugetlbfs/inode.c: make a function static
This patch makes a needlessly global function static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/hugetlbfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c index e026c807e6b3..64983ab55586 100644 --- a/fs/hugetlbfs/inode.c +++ b/fs/hugetlbfs/inode.c | |||
@@ -63,7 +63,7 @@ static void huge_pagevec_release(struct pagevec *pvec) | |||
63 | * | 63 | * |
64 | * Result is in bytes to be compatible with is_hugepage_mem_enough() | 64 | * Result is in bytes to be compatible with is_hugepage_mem_enough() |
65 | */ | 65 | */ |
66 | unsigned long | 66 | static unsigned long |
67 | huge_pages_needed(struct address_space *mapping, struct vm_area_struct *vma) | 67 | huge_pages_needed(struct address_space *mapping, struct vm_area_struct *vma) |
68 | { | 68 | { |
69 | int i; | 69 | int i; |