提交 9b124fbb 编写于 作者: S Steven Whitehouse

[GFS2] Use mpage_readpage() in gfs2_readpage()

Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
上级 2442a098
......@@ -13,6 +13,7 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/pagemap.h>
#include <linux/mpage.h>
#include <asm/semaphore.h>
#include "gfs2.h"
......@@ -286,7 +287,7 @@ static int gfs2_readpage(struct file *file, struct page *page)
} else
error = zero_readpage(page);
} else
error = block_read_full_page(page, gfs2_get_block);
error = mpage_readpage(page, gfs2_get_block);
} else
error = jdata_readpage(ip, page);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册