Tag multipath exports GPL.
--- diff/drivers/md/dm-hw-handler.c     2005-02-16 19:39:25.775992632 +0000
+++ source/drivers/md/dm-hw-handler.c   2005-02-16 19:38:26.223046056 +0000
@@ -211,6 +211,6 @@
        return MP_FAIL_PATH;
 }
 
-EXPORT_SYMBOL(dm_register_hw_handler);
-EXPORT_SYMBOL(dm_unregister_hw_handler);
-EXPORT_SYMBOL(dm_scsi_err_handler);
+EXPORT_SYMBOL_GPL(dm_register_hw_handler);
+EXPORT_SYMBOL_GPL(dm_unregister_hw_handler);
+EXPORT_SYMBOL_GPL(dm_scsi_err_handler);
--- diff/drivers/md/dm-mpath.c  2005-02-16 19:39:25.778992176 +0000
+++ source/drivers/md/dm-mpath.c        2005-02-16 19:38:38.738143472 +0000
@@ -1292,7 +1292,7 @@
        kmem_cache_destroy(_mpio_cache);
 }
 
-EXPORT_SYMBOL(dm_pg_init_complete);
+EXPORT_SYMBOL_GPL(dm_pg_init_complete);
 
 module_init(dm_multipath_init);
 module_exit(dm_multipath_exit);
--- diff/drivers/md/dm-path-selector.c  2005-02-16 19:39:25.776992480 +0000
+++ source/drivers/md/dm-path-selector.c        2005-02-16 19:38:11.879226648 
+0000
@@ -152,5 +152,5 @@
        return 0;
 }
 
-EXPORT_SYMBOL(dm_register_path_selector);
-EXPORT_SYMBOL(dm_unregister_path_selector);
+EXPORT_SYMBOL_GPL(dm_register_path_selector);
+EXPORT_SYMBOL_GPL(dm_unregister_path_selector);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to