|
@@ -1687,7 +1687,7 @@ static struct buffer_head *create_page_buffers(struct page *page, struct inode *
|
|
* WB_SYNC_ALL, the writes are posted using WRITE_SYNC; this
|
|
* WB_SYNC_ALL, the writes are posted using WRITE_SYNC; this
|
|
* causes the writes to be flagged as synchronous writes.
|
|
* causes the writes to be flagged as synchronous writes.
|
|
*/
|
|
*/
|
|
-static int __block_write_full_page(struct inode *inode, struct page *page,
|
|
|
|
|
|
+int __block_write_full_page(struct inode *inode, struct page *page,
|
|
get_block_t *get_block, struct writeback_control *wbc,
|
|
get_block_t *get_block, struct writeback_control *wbc,
|
|
bh_end_io_t *handler)
|
|
bh_end_io_t *handler)
|
|
{
|
|
{
|
|
@@ -1848,6 +1848,7 @@ recover:
|
|
unlock_page(page);
|
|
unlock_page(page);
|
|
goto done;
|
|
goto done;
|
|
}
|
|
}
|
|
|
|
+EXPORT_SYMBOL(__block_write_full_page);
|
|
|
|
|
|
/*
|
|
/*
|
|
* If a page has any new buffers, zero them out here, and mark them uptodate
|
|
* If a page has any new buffers, zero them out here, and mark them uptodate
|