summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2003-07-05 20:39:12 -0700
committerAnton Blanchard <anton@samba.org>2003-07-05 20:39:12 -0700
commite4c67754e590e4e14f8167065b205708963e81cb (patch)
tree4a5d304c4e7b9f4801a41e5bb641c9e03ebc64e4 /include/linux
parent99fb27c6a6e7abe50938baa79c429143fbfc8bb9 (diff)
[PATCH] enable device mapper in compat layer
The compat ioctls for device mapper were not being enabled due to an incorrect config option.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/compat_ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h
index 076b1b268c7d..3fb888cc0c34 100644
--- a/include/linux/compat_ioctl.h
+++ b/include/linux/compat_ioctl.h
@@ -117,7 +117,7 @@ COMPATIBLE_IOCTL(START_ARRAY)
COMPATIBLE_IOCTL(STOP_ARRAY)
COMPATIBLE_IOCTL(STOP_ARRAY_RO)
COMPATIBLE_IOCTL(RESTART_ARRAY_RW)
-#ifdef CONFIG_DM
+#ifdef CONFIG_BLK_DEV_DM
/* DM */
COMPATIBLE_IOCTL(DM_VERSION)
COMPATIBLE_IOCTL(DM_REMOVE_ALL)