summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2021-01-03 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2021-01-03 08:00:00 +0000
commit05016f2813b1341e718d701624abe7818765201f (patch)
tree9521a1bd8c5baaee8d14284fce792dc6b4205098 /Makefile.am
parente520ea58d3d8ceb1818442de240b8405b3642052 (diff)
downloadstrace-05016f2813b1341e718d701624abe7818765201f.tar.gz
file_ioctl: move decoders of linux/fs.h 0x94 commands to a separate file
* file_ioctl.c: Move decoders of 0x94 ioctl commands to ... * fs_0x94_ioctl.c: ... new file. * Makefile.am (libstrace_a_SOURCES): Add it. * btrfs.c (btrfs_ioctl): Replace file_ioctl with fs_0x94_ioctl. * defs.h (DECL_IOCTL): Add fs_0x94.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 22d9a3e1b..78bb156ab 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -121,6 +121,7 @@ libstrace_a_SOURCES = \
filter_seccomp.h \
flock.c \
flock.h \
+ fs_0x94_ioctl.c \
fs_x_ioctl.c \
fsconfig.c \
fsmount.c \