projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd97824
)
Export filemap_write_and_wait_range
author
Chris Mason
<chris.mason@oracle.com>
Wed, 15 Apr 2009 17:22:37 +0000
(13:22 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 16 Apr 2009 14:47:49 +0000
(07:47 -0700)
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>
mm/filemap.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/filemap.c
b/mm/filemap.c
index 8bd498040f32562cf2f9a1dcc2d278173d5af50c..379ff0bcbf6e88eb98e13550853fa215cbc25789 100644
(file)
--- 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