Commit f6995585 authored by Chris Mason's avatar Chris Mason Committed by Linus Torvalds

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: default avatarChris Mason <chris.mason@oracle.com>
Acked-by: default avatarTheodore Tso <tytso@mit.edu>
Acked-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cd978249
...@@ -441,6 +441,7 @@ int filemap_write_and_wait_range(struct address_space *mapping, ...@@ -441,6 +441,7 @@ int filemap_write_and_wait_range(struct address_space *mapping,
} }
return err; return err;
} }
EXPORT_SYMBOL(filemap_write_and_wait_range);
/** /**
* add_to_page_cache_locked - add a locked page to the pagecache * add_to_page_cache_locked - add a locked page to the pagecache
......
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