Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d3d81cf authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

[PATCH] fs/hugetlbfs/inode.c: make a function static



This patch makes a needlessly global function static.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Acked-by: default avatarWilliam Irwin <wli@holomorphy.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 252ac865
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;