projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97de6ad
)
[IA64] ia64 does not need umount2() syscall
author
Tony Luck
<tony.luck@intel.com>
Mon, 15 Jun 2009 23:22:09 +0000
(16:22 -0700)
committer
Tony 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/include/asm/unistd.h
b/arch/ia64/include/asm/unistd.h
index 61474f9156e7b54da5741c096fff9b35713d79d3..5a5347f5c4e489f6acf8214574b8e0cc1e6fbf4d 100644
(file)
--- a/
arch/ia64/include/asm/unistd.h
+++ b/
arch/ia64/include/asm/unistd.h
@@
-329,6
+329,7
@@
#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