From: Paul Clements Date: Tue, 3 Oct 2006 08:16:02 +0000 (-0700) Subject: [PATCH] md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d19c2ee0b8d1cd83f8bc0f1f5e94e6b6ec71ea10;p=linux-beck.git [PATCH] md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index fad3957728a2..4e1663d7691e 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -125,6 +125,7 @@ COMPATIBLE_IOCTL(RUN_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY_RO) COMPATIBLE_IOCTL(RESTART_ARRAY_RW) +ULONG_IOCTL(SET_BITMAP_FILE) /* DM */ COMPATIBLE_IOCTL(DM_VERSION_32) COMPATIBLE_IOCTL(DM_REMOVE_ALL_32)