diff options
| author | Andrew Morton <akpm@digeo.com> | 2002-10-15 18:37:40 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-15 18:37:40 -0700 |
| commit | e57c2ae2d4f71bef6b0e606c1128f5d2ab18a84f (patch) | |
| tree | d046b2b18d699ea978609594dbdfa6dcbe9d2b5d /include/linux | |
| parent | 3e1b08877b55ec2a2b26f57098290cfa04433344 (diff) | |
[PATCH] make filemap_sync static
From Christpoh Hellwig.
Make filemap_sync() static, and not exported to modules
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |
