Skip to content

Commit

Permalink
compat: itanic doesn't have one
Browse files Browse the repository at this point in the history
... and hadn't for a long time.

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
Al Viro authored and arndb committed Oct 23, 2019
1 parent ee26025 commit bf0a199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/compat_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ static int rtc_ioctl(struct file *file,
}

/* 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 {
__s16 l_type;
__s16 l_whence;
Expand Down Expand Up @@ -1019,7 +1019,7 @@ COMPAT_SYSCALL_DEFINE3(ioctl, unsigned int, fd, unsigned int, cmd,
case FIOQSIZE:
break;

#if defined(CONFIG_IA64) || defined(CONFIG_X86_64)
#if defined(CONFIG_X86_64)
case FS_IOC_RESVSP_32:
case FS_IOC_RESVSP64_32:
error = compat_ioctl_preallocate(f.file, compat_ptr(arg));
Expand Down

0 comments on commit bf0a199

Please sign in to comment.