commit: 52be8f3e691a4bcd35f923d208866feadf2bf9f0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 30 18:28:18 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 30 18:28:18 2025 +0000
URL: https://gitweb.gentoo.org/proj/steve.git/commit/?id=52be8f3e
Allow compat ioctls
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
src/steve.cxx | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/steve.cxx b/src/steve.cxx
index b85b0d8..55f6be1 100644
--- a/src/steve.cxx
+++ b/src/steve.cxx
@@ -811,11 +811,6 @@ static void steve_ioctl(
/* FUSE uses the wrong type, sigh */
unsigned ioctl_num = cmd;
- if (flags & FUSE_IOCTL_COMPAT) {
- fuse_reply_err(req, ENOSYS);
- return;
- }
-
steve_process *process = &state->processes.at(fi->fh);
if (state->verbose)
std::print(stderr, "{} requested ioctl 0x{:08x}\n",