Commit d19c2ee0 authored by Paul Clements's avatar Paul Clements Committed by Linus Torvalds

[PATCH] md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace

Signed-off-by: default avatarNeil Brown <neilb@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a638b2dc
...@@ -125,6 +125,7 @@ COMPATIBLE_IOCTL(RUN_ARRAY) ...@@ -125,6 +125,7 @@ COMPATIBLE_IOCTL(RUN_ARRAY)
COMPATIBLE_IOCTL(STOP_ARRAY) COMPATIBLE_IOCTL(STOP_ARRAY)
COMPATIBLE_IOCTL(STOP_ARRAY_RO) COMPATIBLE_IOCTL(STOP_ARRAY_RO)
COMPATIBLE_IOCTL(RESTART_ARRAY_RW) COMPATIBLE_IOCTL(RESTART_ARRAY_RW)
ULONG_IOCTL(SET_BITMAP_FILE)
/* DM */ /* DM */
COMPATIBLE_IOCTL(DM_VERSION_32) COMPATIBLE_IOCTL(DM_VERSION_32)
COMPATIBLE_IOCTL(DM_REMOVE_ALL_32) COMPATIBLE_IOCTL(DM_REMOVE_ALL_32)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment