Messages in this thread Patch in this message |  | | Date | Fri, 02 Nov 2001 11:38:49 -0800 | From | J Sloan <> | Subject | Re: 2.4.14-pre7 Unresolved symbols |
| |
trivial patch, "works for me" (tm) -
diff -urN linux/kernel/ksyms.c linux-patched/kernel/ksyms.c --- linux/kernel/ksyms.c Fri Nov 2 11:02:45 2001 +++ linux-patched/kernel/ksyms.c Fri Nov 2 10:09:48 2001 @@ -83,6 +83,7 @@ EXPORT_SYMBOL(do_mmap_pgoff); EXPORT_SYMBOL(do_munmap); EXPORT_SYMBOL(do_brk); +EXPORT_SYMBOL(unlock_page); EXPORT_SYMBOL(exit_mm); EXPORT_SYMBOL(exit_files); EXPORT_SYMBOL(exit_fs);
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |