diff options
| author | Anton Blanchard <anton@samba.org> | 2003-07-05 20:39:12 -0700 |
|---|---|---|
| committer | Anton Blanchard <anton@samba.org> | 2003-07-05 20:39:12 -0700 |
| commit | e4c67754e590e4e14f8167065b205708963e81cb (patch) | |
| tree | 4a5d304c4e7b9f4801a41e5bb641c9e03ebc64e4 /include/linux | |
| parent | 99fb27c6a6e7abe50938baa79c429143fbfc8bb9 (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.h | 2 |
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) |
