summaryrefslogtreecommitdiff
path: root/linux/avr32
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2012-10-26 23:43:13 +0000
committerDmitry V. Levin <ldv@altlinux.org>2012-10-26 23:43:13 +0000
commit7943966f6cd137e44f27d56aaf21b023fb1fae63 (patch)
treeebb9f34b14b67c0d53a69a6f2f72abb8a9d23907 /linux/avr32
parentd8d3bd3709eb52581c8ce86cec5a7a9c43c3c5b9 (diff)
downloadstrace-7943966f6cd137e44f27d56aaf21b023fb1fae63.tar.gz
strace-7943966f6cd137e44f27d56aaf21b023fb1fae63.tar.bz2
strace-7943966f6cd137e44f27d56aaf21b023fb1fae63.tar.xz
Enhance quotactl decoding
* quota.c (sys_quotactl): Decode 2nd syscall argument using printpath. * pathtrace.c (pathtrace_match): Add quotactl support. * linux/*/syscallent.h: Add TF flag to quotactl entry.
Diffstat (limited to 'linux/avr32')
-rw-r--r--linux/avr32/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index 6076fca..b215cc1 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -142,7 +142,7 @@
{ 0, TP, sys_vfork, "vfork" }, /* 114 */
{ 3, 0, sys_init_module, "init_module" }, /* 115 */
{ 2, 0, sys_delete_module, "delete_module" }, /* 116 */
- { 4, 0, sys_quotactl, "quotactl" }, /* 117 */
+ { 4, TF, sys_quotactl, "quotactl" }, /* 117 */
{ 1, 0, sys_getpgid, "getpgid" }, /* 118 */
{ 0, 0, sys_bdflush, "bdflush" }, /* 119 */
{ 3, 0, sys_sysfs, "sysfs" }, /* 120 */