commit | 99db95dd039d8fd700e7759bf4969abb55b979b9 | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Feb 05 04:13:18 2014 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Feb 05 04:55:21 2014 +0000 |
tree | 80c0c685dbf3a064a9455628f76fd4d86b9c3116 | |
parent | 594527353359d9a6aad516992e09c393e11f3bd2 [diff] |
Implement fanotify_init and fanotify_mark decoding * fanotify.c: New file. * linux/fanotify.h: Likewise. * Makefile.am (strace_SOURCES): Add fanotify.c. (EXTRA_DIST): Add linux/fanotify.h. * defs.h (print_dirfd): New prototype. * file.c (print_dirfd): Export. * linux/dummy.h (sys_fanotify_init, sys_fanotify_mark): Remove. * linux/syscall.h (sys_fanotify_init, sys_fanotify_mark): New prototypes. * pathtrace.c (pathtrace_match): Handle sys_fanotify_init and sys_fanotify_mark.