diff options
author | Chris Mason <chris.mason@oracle.com> | 2009-04-15 21:22:37 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-16 18:47:49 +0400 |
commit | f69955855eac55a048d26a1618f50dfaa160a006 (patch) | |
tree | b43b2d49ca568c4c591415d0f4a69812ca1a781f /mm/filemap.c | |
parent | cd97824994042b809493807ea644ba26c0c23290 (diff) | |
download | linux-f69955855eac55a048d26a1618f50dfaa160a006.tar.xz |
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 <chris.mason@oracle.com>
Acked-by: Theodore Tso <tytso@mit.edu>
Acked-by: Jan Kara <jack@suse.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 8bd498040f32..379ff0bcbf6e 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 |