Commit f6ce5f1a authored by Christoph Hellwig's avatar Christoph Hellwig

XFS: Switch to mpage_readpage

Modid: 2.5.x-xfs:slinx:127994a
parent 9b594f1e
...@@ -716,7 +716,7 @@ linvfs_readpage( ...@@ -716,7 +716,7 @@ linvfs_readpage(
struct file *unused, struct file *unused,
struct page *page) struct page *page)
{ {
return block_read_full_page(page, linvfs_get_block); return mpage_readpage(page, linvfs_get_block);
} }
STATIC int STATIC int
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment