[dm-devel] [PATCH] 2.6.0-t6-mm1-dm2: 1/7: Export dm_io_async_bvec

Kevin Corry kevcorry at us.ibm.com
Mon Oct 20 13:33:01 UTC 2003


Export dm_io_async_bvec so dm-raid1 can find it when built as a module.

--- a/drivers/md/dm-io.c	2003-10-20 12:13:29.000000000 -0500
+++ b/drivers/md/dm-io.c	2003-10-20 12:30:31.000000000 -0500
@@ -578,3 +578,4 @@
 EXPORT_SYMBOL(dm_io_put);
 EXPORT_SYMBOL(dm_io_sync);
 EXPORT_SYMBOL(dm_io_async);
+EXPORT_SYMBOL(dm_io_async_bvec);





More information about the dm-devel mailing list