mm/filemap: add static for function __add_to_page_cache_locked
[sfrench/cifs-2.6.git] / mm / filemap.c
index 0b2067b3c32831aa1617123b3dc964d479cbd9d1..331f4261d7237b7a451d7a9315f204519c4ea119 100644 (file)
@@ -827,7 +827,7 @@ int replace_page_cache_page(struct page *old, struct page *new, gfp_t gfp_mask)
 }
 EXPORT_SYMBOL_GPL(replace_page_cache_page);
 
-noinline int __add_to_page_cache_locked(struct page *page,
+static noinline int __add_to_page_cache_locked(struct page *page,
                                        struct address_space *mapping,
                                        pgoff_t offset, gfp_t gfp,
                                        void **shadowp)