]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/rmap.h
Merge with /home/shaggy/git/linus-clean/
[karo-tx-linux.git] / include / linux / rmap.h
index 33261f1d22395fba7d9a54a45efcaff12493336d..9d6fbeef210472b21a7a974677303183747bc06e 100644 (file)
@@ -71,6 +71,7 @@ void __anon_vma_link(struct vm_area_struct *);
  * rmap interfaces called when adding or removing pte of page
  */
 void page_add_anon_rmap(struct page *, struct vm_area_struct *, unsigned long);
+void page_add_new_anon_rmap(struct page *, struct vm_area_struct *, unsigned long);
 void page_add_file_rmap(struct page *);
 void page_remove_rmap(struct page *);