Commit 3354ee0e authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Hook Ioctl implementation with _OP_IOCTL to suppress "Unimplemented

opcode IOCTL" messages.
parent 9d6d1984
......@@ -477,6 +477,7 @@ func init() {
_OP_SYMLINK: doSymlink,
_OP_RENAME: doRename,
_OP_STATFS: doStatFs,
_OP_IOCTL: doIoctl,
} {
operationHandlers[op].Func = v
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment