]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] ia64 does not need umount2() syscall
authorTony Luck <tony.luck@intel.com>
Mon, 15 Jun 2009 23:22:09 +0000 (16:22 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 16 Jun 2009 20:13:50 +0000 (13:13 -0700)
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>
arch/ia64/include/asm/unistd.h

index 61474f9156e7b54da5741c096fff9b35713d79d3..5a5347f5c4e489f6acf8214574b8e0cc1e6fbf4d 100644 (file)
 #define __IGNORE_utime         /* utimes() */
 #define __IGNORE_getpgrp       /* getpgid() */
 #define __IGNORE_vfork         /* clone() */
+#define __IGNORE_umount2       /* umount() */
 
 #define __ARCH_WANT_SYS_RT_SIGACTION
 #define __ARCH_WANT_SYS_RT_SIGSUSPEND