Commit 31316be2 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Nathan Scott

[XFS] Export sync_page_range to fix O_SYNC in XFS.

Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 421b3449
......@@ -277,6 +277,7 @@ int sync_page_range(struct inode *inode, struct address_space *mapping,
ret = wait_on_page_writeback_range(mapping, start, end);
return ret;
}
EXPORT_SYMBOL(sync_page_range);
/**
* filemap_fdatawait - walk the list of under-writeback pages of the given
......
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