Commit a58eab60 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

[PATCH] unexport exit_mm

Not exactly a thing we want done from modules, and no module uses it
anyway.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 0f20e117
......@@ -512,8 +512,6 @@ void exit_mm(struct task_struct *tsk)
__exit_mm(tsk);
}
EXPORT_SYMBOL(exit_mm);
static inline void choose_new_parent(task_t *p, task_t *reaper, task_t *child_reaper)
{
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment