From: Dmitry V. Levin Date: Mon, 7 Dec 2015 00:08:51 +0000 (+0000) Subject: avr32: fix umount2 syscall entry X-Git-Tag: v4.11~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a8095eaedb4ab9a0752f8a5898c210b82b41e29;p=strace avr32: fix umount2 syscall entry * linux/avr32/syscallent.h: Rename umount to umount2. --- diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index a3d06b70..ee657caf 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -47,7 +47,7 @@ [ 19] = { 5, TD, SEN(llseek), "_llseek" }, [ 20] = { 0, 0, SEN(getpid), "getpid" }, [ 21] = { 5, TF, SEN(mount), "mount" }, -[ 22] = { 1, TF, SEN(umount), "umount" }, +[ 22] = { 1, TF, SEN(umount2), "umount2" }, [ 23] = { 1, 0, SEN(setuid), "setuid" }, [ 24] = { 0, NF, SEN(getuid), "getuid" }, [ 25] = { 1, 0, SEN(stime), "stime" },