[dm-devel] 2.6.0-test6-mm1-dm1

Kevin Corry kevcorry at us.ibm.com
Tue Oct 14 14:13:02 UTC 2003


On Tuesday 14 October 2003 11:44, Svetoslav Slavtchev wrote:
> > On Wed, Oct 08, 2003 at 04:25:26PM +0200, Svetoslav Slavtchev wrote:
> > > > http://people.sistina.com/~thornber/patches/2.6/2.6.0-test6/2.6.0-t6-
> > > > mm1-dm1.tar.bz2
> > > >
> > > > Revision 1:
> > > >    Experimental version of the snapshot and mirror targets for 2.6.
> > >
> > > any patches against vanilla 2.6 ?-)
> >
> > do these not work ?
>
> there are a lot of unresolved symbols,
> should i try adding EXPORT_SYMBOL(dm_*)  in the files containing the
> fuctions ?
>
> this is test7.bk6

Here's a patch that should fix the unresolved symbols.

-- 
Kevin Corry
kevcorry at us.ibm.com
http://evms.sourceforge.net/


--- a/drivers/md/dm-exception-store.c	9 Oct 2003 16:47:44 -0000
+++ b/drivers/md/dm-exception-store.c	14 Oct 2003 18:56:03 -0000
@@ -672,3 +672,6 @@
 
 	return 0;
 }
+
+EXPORT_SYMBOL(dm_create_persistent);
+EXPORT_SYMBOL(dm_create_transient);
--- a/drivers/md/dm-io.c	9 Oct 2003 21:00:21 -0000
+++ b/drivers/md/dm-io.c	14 Oct 2003 18:55:31 -0000
@@ -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);
--- a/drivers/md/dm-snapshot.c	9 Oct 2003 16:47:44 -0000
+++ b/drivers/md/dm-snapshot.c	14 Oct 2003 18:58:11 -0000
@@ -1287,6 +1287,8 @@
 	kmem_cache_destroy(exception_cache);
 }
 
+EXPORT_SYMBOL(dm_add_exception);
+
 /* Module hooks */
 module_init(dm_snapshot_init);
 module_exit(dm_snapshot_exit);
--- a/drivers/md/dm-table.c	9 Oct 2003 16:47:44 -0000
+++ b/drivers/md/dm-table.c	14 Oct 2003 18:55:49 -0000
@@ -828,3 +828,4 @@
 EXPORT_SYMBOL(dm_put_device);
 EXPORT_SYMBOL(dm_table_event);
 EXPORT_SYMBOL(dm_table_get_mode);
+EXPORT_SYMBOL(dm_vcalloc);





More information about the dm-devel mailing list