[PATCH] JFFS compile error

From: Samuel Ortiz
Date: Tue Oct 28 2003 - 11:22:12 EST


Hi,

When compiling JFFS as a module, set_special_pids is missing since it is
not exported from kernel/exit.c.
Here is a trivial patch to fix that :


--- linux-2.6.0-test9/kernel/exit.c 2003-10-25 20:44:37.000000000 +0200
+++ linux-2.6.0-test9-devlp/kernel/exit.c 2003-10-28 16:45:50.000000000 +0100
@@ -260,6 +260,7 @@
__set_special_pids(session, pgrp);
write_unlock_irq(&tasklist_lock);
}
+EXPORT_SYMBOL(set_special_pids);

/*
* Let kernel threads use this to say that they
-
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/