]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/mpage.h
[PATCH] BLOCK: Dissociate generic_writepages() from mpage stuff [try #6]
[net-next-2.6.git] / include / linux / mpage.h
index 3ca880463c47426029bad70eb02f30ad3ab41015..517c098fde205666b29585f577808e54e724a12b 100644 (file)
@@ -20,9 +20,3 @@ int mpage_writepages(struct address_space *mapping,
                struct writeback_control *wbc, get_block_t get_block);
 int mpage_writepage(struct page *page, get_block_t *get_block,
                struct writeback_control *wbc);
-
-static inline int
-generic_writepages(struct address_space *mapping, struct writeback_control *wbc)
-{
-       return mpage_writepages(mapping, wbc, NULL);
-}