summaryrefslogtreecommitdiffstats
path: root/include/linux/pagemap.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-09 00:00:47 +0000
commitd6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch)
treee2be02f33984c48ec019c654051d27964e42c441 /include/linux/pagemap.h
parent609d1e803baf519487233b765eb487f9ec227a18 (diff)
Merge with 2.3.19.
Diffstat (limited to 'include/linux/pagemap.h')
-rw-r--r--include/linux/pagemap.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index 33a969a98..0aff25c29 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -103,11 +103,8 @@ extern void ___wait_on_page(struct page *);
static inline void wait_on_page(struct page * page)
{
-
if (PageLocked(page))
___wait_on_page(page);
}
-extern void update_vm_cache(struct inode *, unsigned long, const char *, int);
-
#endif