[PATCH] unexport exit_mm

From: Christoph Hellwig
Date: Tue Sep 07 2004 - 10:09:32 EST


Not exactly a thing we want done from modules, and no module uses it
anyway.


--- 1.152/kernel/exit.c 2004-09-02 12:30:52 +02:00
+++ edited/kernel/exit.c 2004-09-07 15:32:47 +02:00
@@ -509,8 +509,6 @@
__exit_mm(tsk);
}

-EXPORT_SYMBOL(exit_mm);
-
static inline void choose_new_parent(task_t *p, task_t *reaper, task_t *child_reaper)
{
/*
-
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/