mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
compat: itanic doesn't have one
... and hadn't for a long time. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
ee26025f58
commit
bf0a199b06
1 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ static int rtc_ioctl(struct file *file,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* on ia32 l_start is on a 32-bit boundary */
|
/* on ia32 l_start is on a 32-bit boundary */
|
||||||
#if defined(CONFIG_IA64) || defined(CONFIG_X86_64)
|
#if defined(CONFIG_X86_64)
|
||||||
struct space_resv_32 {
|
struct space_resv_32 {
|
||||||
__s16 l_type;
|
__s16 l_type;
|
||||||
__s16 l_whence;
|
__s16 l_whence;
|
||||||
|
@ -1019,7 +1019,7 @@ COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd,
|
||||||
case FIOQSIZE:
|
case FIOQSIZE:
|
||||||
break;
|
break;
|
||||||
|
|
||||||
#if defined(CONFIG_IA64) || defined(CONFIG_X86_64)
|
#if defined(CONFIG_X86_64)
|
||||||
case FS_IOC_RESVSP_32:
|
case FS_IOC_RESVSP_32:
|
||||||
case FS_IOC_RESVSP64_32:
|
case FS_IOC_RESVSP64_32:
|
||||||
error = compat_ioctl_preallocate(f.file, compat_ptr(arg));
|
error = compat_ioctl_preallocate(f.file, compat_ptr(arg));
|
||||||
|
|
Loading…
Add table
Reference in a new issue