From 7524619e58de4fba43d4b5c56997c54109799e91 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 23 Aug 2007 01:37:54 +0200 Subject: md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace .. so that you can use bitmaps with 32bit userspace on a 64 bit kernel. Signed-off-by: Neil Brown Signed-off-by: Adrian Bunk --- include/linux/compat_ioctl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index ae7dfb790df3..470c1985e51e 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -120,6 +120,8 @@ ULONG_IOCTL(START_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY_RO) COMPATIBLE_IOCTL(RESTART_ARRAY_RW) +COMPATIBLE_IOCTL(GET_BITMAP_FILE) +ULONG_IOCTL(SET_BITMAP_FILE) /* DM */ COMPATIBLE_IOCTL(DM_VERSION_32) COMPATIBLE_IOCTL(DM_REMOVE_ALL_32) -- cgit v1.2.3