Re: Linux 2.5.74

From: Dagfinn Ilmari Mannsåker (ilmari@ilmari.org)
Date: Wed Jul 02 2003 - 17:58:15 EST


Linus Torvalds <torvalds@osdl.org> writes:

> Joe Thornber:
> o dm: remove bogus yields

This change requires io_schedule to be exported for modular dm to work.

--- kernel/ksyms.c~ 2003-07-02 22:40:07.000000000 +0200
+++ kernel/ksyms.c 2003-07-03 00:36:59.000000000 +0200
@@ -462,6 +462,7 @@
 #endif
 EXPORT_SYMBOL(schedule_timeout);
 EXPORT_SYMBOL(yield);
+EXPORT_SYMBOL(io_schedule);
 EXPORT_SYMBOL(__cond_resched);
 EXPORT_SYMBOL(set_user_nice);
 EXPORT_SYMBOL(task_nice);

-- 
ilmari

- 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/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:18 EST