Commit 63cf3246 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[XFS] call the right function in pagebuf_readahead

SGI-PV: 923980
SGI-Modid: xfs-linux:xfs-kern:181871a
Signed-off-by: default avatarChristoph Hellwig <hch@sgi.com>
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent d98bc1e8
......@@ -718,8 +718,8 @@ pagebuf_readahead(
if (bdi_write_congested(bdi))
return;
flags |= (PBF_TRYLOCK|PBF_READ|PBF_ASYNC|PBF_READ_AHEAD);
xfs_buf_get_flags(target, ioff, isize, flags);
flags |= (PBF_TRYLOCK|PBF_ASYNC|PBF_READ_AHEAD);
xfs_buf_read_flags(target, ioff, isize, flags);
}
xfs_buf_t *
......
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