From e57c2ae2d4f71bef6b0e606c1128f5d2ab18a84f Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 15 Oct 2002 18:37:40 -0700 Subject: [PATCH] make filemap_sync static From Christpoh Hellwig. Make filemap_sync() static, and not exported to modules --- include/linux/mm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/mm.h b/include/linux/mm.h index a6c66cc418ee..d0b9bdb97523 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h @@ -504,7 +504,6 @@ extern unsigned long page_unuse(struct page *); extern void truncate_inode_pages(struct address_space *, loff_t); /* generic vm_area_ops exported for stackable file systems */ -extern int filemap_sync(struct vm_area_struct *, unsigned long, size_t, unsigned int); extern struct page *filemap_nopage(struct vm_area_struct *, unsigned long, int); /* mm/page-writeback.c */ -- cgit v1.2.3