Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Al Viro and committed by
Arnd Bergmann
bf0a199b ee26025f

+2 -2
+2 -2
fs/compat_ioctl.c
··· 468 468 } 469 469 470 470 /* on ia32 l_start is on a 32-bit boundary */ 471 - #if defined(CONFIG_IA64) || defined(CONFIG_X86_64) 471 + #if defined(CONFIG_X86_64) 472 472 struct space_resv_32 { 473 473 __s16 l_type; 474 474 __s16 l_whence; ··· 1019 1019 case FIOQSIZE: 1020 1020 break; 1021 1021 1022 - #if defined(CONFIG_IA64) || defined(CONFIG_X86_64) 1022 + #if defined(CONFIG_X86_64) 1023 1023 case FS_IOC_RESVSP_32: 1024 1024 case FS_IOC_RESVSP64_32: 1025 1025 error = compat_ioctl_preallocate(f.file, compat_ptr(arg));