[PATCH 1/2] Export get_user_pages_fast

From: Rusty Russell
Date: Wed Jul 30 2008 - 00:39:18 EST


After all, it was made for lguest wasn't it? Still think it should be
called get_current_pages() though.

Signed-off-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
---
arch/x86/mm/gup.c | 2 ++
1 file changed, 2 insertions(+)

diff -r cb465381f6d5 arch/x86/mm/gup.c
--- a/arch/x86/mm/gup.c Wed Jul 30 10:18:44 2008 +1000
+++ b/arch/x86/mm/gup.c Wed Jul 30 14:22:53 2008 +1000
@@ -8,6 +8,7 @@
#include <linux/mm.h>
#include <linux/vmstat.h>
#include <linux/highmem.h>
+#include <linux/module.h>

#include <asm/pgtable.h>

@@ -296,3 +303,4 @@ slow_irqon:
return ret;
}
}
+EXPORT_SYMBOL_GPL(get_user_pages_fast);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/