ia64: add __NR_umount2 definition

Other architectures commonly use __NR_umount2 for sys_umount,
only ia64 and alpha use __NR_umount here. In order to synchronize
the generated tables, use umount2 like everyone else, and add back
the old name from asm/unistd.h for compatibility.

The __IGNORE_* lines are now all obsolete and can be removed as
a side-effect.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann
2018-12-30 15:16:48 +01:00
parent 90856087da
commit 74cd218483
3 changed files with 3 additions and 15 deletions

View File

@@ -15,6 +15,8 @@
#define __NR_Linux 1024
#define __NR_umount __NR_umount2
#include <asm/unistd_64.h>
#endif /* _UAPI_ASM_IA64_UNISTD_H */