]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - mm/filemap.c
MIPS: IP28: Change to build with -mr10k-cache-barrier=store
[karo-tx-linux.git] / mm / filemap.c
index 2e2d38ebda4bbf0b323bf0011634f87ac0b67402..379ff0bcbf6e88eb98e13550853fa215cbc25789 100644 (file)
@@ -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
@@ -567,8 +568,8 @@ EXPORT_SYMBOL(wait_on_page_bit);
 
 /**
  * add_page_wait_queue - Add an arbitrary waiter to a page's wait queue
- * @page - Page defining the wait queue of interest
- * @waiter - Waiter to add to the queue
+ * @page: Page defining the wait queue of interest
+ * @waiter: Waiter to add to the queue
  *
  * Add an arbitrary @waiter to the wait queue for the nominated @page.
  */