aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@sgi.com>2004-08-28 12:31:33 +1000
committerNathan Scott <nathans@lips.borg.umn.edu>2004-08-28 12:31:33 +1000
commit31316be2ac8e72913199660a5115ba5ac813a15f (patch)
tree8987c9b06d5eefe86297aa9642afb429d9d0eebe /mm
parent421b3449c34e336b0683538a7f95e03b0fd082dc (diff)
downloadhistory-31316be2ac8e72913199660a5115ba5ac813a15f.tar.gz
[XFS] Export sync_page_range to fix O_SYNC in XFS.
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'mm')
-rw-r--r--mm/filemap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 4db9ba3d152b93..aabd24ae8e7995 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -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