]> sourceware.org Git - dm.git/commitdiff
Rename /dev/device-mapper to /dev/mapper
authorAlasdair Kergon <agk@redhat.com>
Tue, 23 Jul 2002 12:49:48 +0000 (12:49 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 23 Jul 2002 12:49:48 +0000 (12:49 +0000)
kernel/common/device-mapper.h
scripts/devmap_mknod.sh

index 8ebbb724faa07a35c5e77114c8e7495f78f9dffb..047cbdab6d0a0367056b15e746d9136327e4d584 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef _LINUX_DEVICE_MAPPER_H
 #define _LINUX_DEVICE_MAPPER_H
 
-#define DM_DIR "device-mapper" /* Slashes not supported */
+#define DM_DIR "mapper"        /* Slashes not supported */
 #define DM_MAX_TYPE_NAME 16
 #define DM_NAME_LEN 128
 #define DM_UUID_LEN 129
index 80e79283f28f9f0b0524042ed1b77093acb92338..91f3b41ce6a14777d27922a00158943fa699af36 100755 (executable)
@@ -5,7 +5,7 @@
 # Non-zero exit status indicates failure.
 
 # These must correspond to the definitions in device-mapper.h and dm.h
-DM_DIR="device-mapper"
+DM_DIR="mapper"
 DM_NAME="device-mapper"
 
 set -e
This page took 0.030458 seconds and 5 git commands to generate.