diff options
| author | Arjan van de Ven <arjanv@redhat.com> | 2004-08-22 23:06:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-08-22 23:06:11 -0700 |
| commit | 1c0de4f60066bc2e7789000bc6edb02ecba9f6e7 (patch) | |
| tree | c8adc6e21576ad0142b55da0e1688503459d8bfa /include/linux | |
| parent | 354b591bb4c6d84ae045f65959f49fd54b7877bc (diff) | |
[PATCH] mark LOOP_CHANGE_FD as an ULONG compat ioctl
LOOP_CHANGE_FD is an ULONG compatible ioctl, basically same calling
convention as LOOP_SET_FD; mark it as such in the compat ioctl list.
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/compat_ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/compat_ioctl.h b/include/linux/compat_ioctl.h index 0c246418176c..253d28dd1e17 100644 --- a/include/linux/compat_ioctl.h +++ b/include/linux/compat_ioctl.h @@ -384,6 +384,7 @@ COMPATIBLE_IOCTL(DVD_WRITE_STRUCT) COMPATIBLE_IOCTL(DVD_AUTH) /* Big L */ ULONG_IOCTL(LOOP_SET_FD) +ULONG_IOCTL(LOOP_CHANGE_FD) COMPATIBLE_IOCTL(LOOP_CLR_FD) COMPATIBLE_IOCTL(LOOP_GET_STATUS64) COMPATIBLE_IOCTL(LOOP_SET_STATUS64) |
