projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e333e8
)
[PATCH] md: add another COMPAT_IOCTL for md
author
NeilBrown
<neilb@suse.de>
Sat, 21 Oct 2006 17:24:08 +0000
(10:24 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 21 Oct 2006 20:35:05 +0000
(13:35 -0700)
.. so that you can use bitmaps with 32bit userspace on a 64 bit kernel.
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/compat_ioctl.h
patch
|
blob
|
history
diff --git
a/include/linux/compat_ioctl.h
b/include/linux/compat_ioctl.h
index
cfdb4f6
..
c26c3ad
100644
(file)
--- a/
include/linux/compat_ioctl.h
+++ b/
include/linux/compat_ioctl.h
@@
-131,6
+131,7
@@
COMPATIBLE_IOCTL(RUN_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)