[dm-devel] [PATCH] Export dm_table_get_size()

Lars Marowsky-Bree lmb at suse.de
Mon Apr 11 12:47:25 UTC 2005


Hi Alasdair,

the attached trivial patch is needed to resolve an unresolved symbol in
the latest udm patchset.


Sincerely,
    Lars Marowsky-Brée <lmb at suse.de>

-- 
High Availability & Clustering
SUSE Labs, Research and Development
SUSE LINUX Products GmbH - A Novell Business

-------------- next part --------------
From: Lars Marowsky-Bree <lmb at suse.de>
Subject: Export dm_table_get_size
Patch-mainline: 2.6.12

dm-snapshot needs this to be exported.

Signed-off-by: Lars Marowsky-Bree <lmb at suse.de>

Index: linux-2.6.5/drivers/md/dm-table.c
===================================================================
--- linux-2.6.5.orig/drivers/md/dm-table.c	2005-04-11 14:26:18.672891916 +0200
+++ linux-2.6.5/drivers/md/dm-table.c	2005-04-11 14:40:57.478641891 +0200
@@ -946,5 +946,6 @@ EXPORT_SYMBOL(dm_table_event);
 EXPORT_SYMBOL(dm_table_get_mode);
 EXPORT_SYMBOL(dm_table_put);
 EXPORT_SYMBOL(dm_table_get);
+EXPORT_SYMBOL(dm_table_get_size);
 EXPORT_SYMBOL(dm_table_unplug_all);
 EXPORT_SYMBOL(dm_table_flush_all);


More information about the dm-devel mailing list