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>
This commit is contained in:
parent
cd97824994
commit
f69955855e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue