Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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