mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-25 01:26:24 +08:00
Merge pull request #1109 from trapexit/fixes
Fix regression testing for implemented functions
This commit is contained in:
commit
6c2db76b92
@ -1999,6 +1999,8 @@ fuse_ll_process_buf(void *data,
|
||||
err = ENOSYS;
|
||||
if(in->opcode >= FUSE_MAXOP)
|
||||
goto reply_err;
|
||||
if(fuse_ll_ops[in->opcode].func == NULL)
|
||||
goto reply_err;
|
||||
|
||||
fuse_ll_ops[in->opcode].func(req, in);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user