[dm-devel] 2.6.4-udm1

Kevin Corry kevcorry at us.ibm.com
Mon Mar 15 19:25:25 UTC 2004


On Monday 15 March 2004 9:12 am, Joe Thornber wrote:
> http://people.sistina.com/~thornber/dm/patches/2.6-unstable/2.6.4/2.6.4-udm1.tar.bz2

> Revision 13:
>   dm-io.c:  Add io routines to perform io on a vm area.

Add EXPORT_SYMBOL for dm_io_async_vm() and dm_io_sync_vm().

--- diff/drivers/md/dm-io.c	2004-03-15 13:21:44.000000000 -0600
+++ source/drivers/md/dm-io.c	2004-03-15 13:18:58.000000000 -0600
@@ -616,3 +616,5 @@
 EXPORT_SYMBOL(dm_io_sync);
 EXPORT_SYMBOL(dm_io_async);
 EXPORT_SYMBOL(dm_io_async_bvec);
+EXPORT_SYMBOL(dm_io_sync_vm);
+EXPORT_SYMBOL(dm_io_async_vm);



More information about the dm-devel mailing list