From: Chris Mason Date: Wed, 15 Apr 2009 17:22:37 +0000 (-0400) Subject: Export filemap_write_and_wait_range X-Git-Tag: v2.6.30-rc3~77 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f69955855eac55a048d26a1618f50dfaa160a006;p=thirdparty%2Flinux.git Export filemap_write_and_wait_range This wasn't exported before and is useful (used by the experimental ext3 data=guarded code) Signed-off-by: Chris Mason Acked-by: Theodore Tso Acked-by: Jan Kara Signed-off-by: Linus Torvalds --- diff --git a/mm/filemap.c b/mm/filemap.c index 8bd498040f325..379ff0bcbf6e8 100644 --- a/mm/filemap.c +++ b/mm/filemap.c @@ -441,6 +441,7 @@ int filemap_write_and_wait_range(struct address_space *mapping, } return err; } +EXPORT_SYMBOL(filemap_write_and_wait_range); /** * add_to_page_cache_locked - add a locked page to the pagecache