From: Dmitry V. Levin Date: Tue, 8 Dec 2015 21:06:26 +0000 (+0000) Subject: xtensa: wire up syncfs syscall X-Git-Tag: v4.11~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebb38bc5bb99678e5f59b0959f0e84888cacb13b;p=strace xtensa: wire up syncfs syscall * linux/xtensa/syscallent.h [179]: Add syncfs entry. --- diff --git a/linux/xtensa/syscallent.h b/linux/xtensa/syscallent.h index f448d66c..9f936f00 100644 --- a/linux/xtensa/syscallent.h +++ b/linux/xtensa/syscallent.h @@ -171,7 +171,7 @@ [176] = { 1, TF, SEN(umount), "umount" }, [177] = { 1, TF, SEN(swapoff), "swapoff" }, [178] = { 0, 0, SEN(sync), "sync" }, -[179] = { }, +[179] = { 1, TD, SEN(syncfs), "syncfs" }, [180] = { 1, NF, SEN(setfsuid), "setfsuid" }, [181] = { 1, NF, SEN(setfsgid), "setfsgid" }, [182] = { 3, 0, SEN(sysfs), "sysfs" },