[BACK]Return to dmapi-prio-tree-export CVS log [TXT][DIR] Up to [Development] / dmapi / PATCHES / 2.6.9-rc1-patches

File: [Development] / dmapi / PATCHES / 2.6.9-rc1-patches / dmapi-prio-tree-export (download)

Revision 1.1, Tue Sep 7 21:55:41 2004 UTC (13 years, 1 month ago) by roehrich
Branch: MAIN
CVS Tags: HEAD

DMAPI patches for 2.6.9-rc1

Index: bk-2.6-d/mm/prio_tree.c
===================================================================
--- bk-2.6-d.orig/mm/prio_tree.c	2004-09-03 10:27:15.039258553 -0500
+++ bk-2.6-d/mm/prio_tree.c	2004-09-03 10:45:45.980500149 -0500
@@ -654,3 +654,4 @@ struct vm_area_struct *vma_prio_tree_nex
 	} else
 		return NULL;
 }
+EXPORT_SYMBOL(vma_prio_tree_next);