summaryrefslogtreecommitdiff
path: root/include/linux/mpage.h
diff options
context:
space:
mode:
authorAndrew Morton <akpm@zip.com.au>2002-05-27 05:13:14 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-05-27 05:13:14 -0700
commit7d608fac351b06ae0192bba9e116a965c2f35c5d (patch)
tree0d39b645f5d56b247c8ebc0fcfc0fd5ea8b8d1a2 /include/linux/mpage.h
parent1dd747c08982737989e197b44d08751b79496ad6 (diff)
[PATCH] rename writeback_mapping to writepages
Spot the difference: aops.readpage aops.readpages aops.writepage aops.writeback_mapping The patch renames `writeback_mapping' to `writepages'
Diffstat (limited to 'include/linux/mpage.h')
-rw-r--r--include/linux/mpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mpage.h b/include/linux/mpage.h
index 068cc6080253..929fca427465 100644
--- a/include/linux/mpage.h
+++ b/include/linux/mpage.h
@@ -13,6 +13,6 @@
int mpage_readpages(struct address_space *mapping, struct list_head *pages,
unsigned nr_pages, get_block_t get_block);
int mpage_readpage(struct page *page, get_block_t get_block);
-int mpage_writeback_mapping(struct address_space *mapping,
+int mpage_writepages(struct address_space *mapping,
int *nr_to_write, get_block_t get_block);