From 4e9d04ec9fe25224fca9634661f684a857dc7b47 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 14 Aug 2002 13:30:06 +0000 Subject: [PATCH] Don't include mirror target by default - it's not ready yet. --- kernel/Makefile.in | 2 +- kernel/common/dm.c | 2 +- kernel/common/dm.h | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/kernel/Makefile.in b/kernel/Makefile.in index 16897f6..3c509ba 100644 --- a/kernel/Makefile.in +++ b/kernel/Makefile.in @@ -32,7 +32,7 @@ FS=dmfs-error.c dmfs-lv.c dmfs-root.c dmfs-status.c \ dmfs-super.c dmfs-suspend.c dmfs-table.c dmfs.h COMMON=dm-linear.c dm-stripe.c \ - dm-mirror.c dm-snapshot.c kcopyd.c \ + dm-snapshot.c kcopyd.c \ dm-table.c dm-target.c dm.c dm.h dm-snapshot.h \ dm-exception-store.c kcopyd.h diff --git a/kernel/common/dm.c b/kernel/common/dm.c index 6c2ff98..0393541 100644 --- a/kernel/common/dm.c +++ b/kernel/common/dm.c @@ -269,7 +269,7 @@ static struct { xx(dm_linear) xx(dm_stripe) xx(dm_snapshot) - xx(dm_mirror) +/* xx(dm_mirror) */ xx(dm_interface) #undef xx }; diff --git a/kernel/common/dm.h b/kernel/common/dm.h index a9ca3f4..08fbe42 100644 --- a/kernel/common/dm.h +++ b/kernel/common/dm.h @@ -226,8 +226,9 @@ void dm_stripe_exit(void); int dm_snapshot_init(void); void dm_snapshot_exit(void); -int dm_mirror_init(void); -void dm_mirror_exit(void); +/* Future */ +/* int dm_mirror_init(void); */ +/* void dm_mirror_exit(void); */ /* * Init functions for the user interface to device-mapper. At -- 2.43.5