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

[IA64] ia64 does not need umount2() syscall

ia64 doesn't have old and new versions of the umount system call.
It just has the new version.

Fixes this build warning:
<stdin>:395:2: warning: #warning syscall umount2 not implemented

Signed-off-by: Tony Luck <tony.luck@intel.com>

Tony Luck e56e2dcd 97de6ad1

+1
+1
arch/ia64/include/asm/unistd.h
··· 329 329 #define __IGNORE_utime /* utimes() */ 330 330 #define __IGNORE_getpgrp /* getpgid() */ 331 331 #define __IGNORE_vfork /* clone() */ 332 + #define __IGNORE_umount2 /* umount() */ 332 333 333 334 #define __ARCH_WANT_SYS_RT_SIGACTION 334 335 #define __ARCH_WANT_SYS_RT_SIGSUSPEND