From 6a8095eaedb4ab9a0752f8a5898c210b82b41e29 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 7 Dec 2015 00:08:51 +0000 Subject: [PATCH] avr32: fix umount2 syscall entry * linux/avr32/syscallent.h: Rename umount to umount2. --- linux/avr32/syscallent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.40.0