Commit e5e91f86 authored by Nathan Scott's avatar Nathan Scott

[PATCH] xfs: filemap_flush() unresolved

filemap_flush() needs exporting for modular XFS builds.
parent 249087e6
...@@ -168,6 +168,8 @@ int filemap_flush(struct address_space *mapping) ...@@ -168,6 +168,8 @@ int filemap_flush(struct address_space *mapping)
return __filemap_fdatawrite(mapping, WB_SYNC_NONE); return __filemap_fdatawrite(mapping, WB_SYNC_NONE);
} }
EXPORT_SYMBOL(filemap_flush);
/** /**
* filemap_fdatawait - walk the list of locked pages of the given address * filemap_fdatawait - walk the list of locked pages of the given address
* space and wait for all of them. * space and wait for all of them.
......
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