mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
tst: memfs-fuse3: #if0 ioctl
This commit is contained in:
parent
5131ed5c01
commit
847eab3da4
@ -77,7 +77,9 @@ public:
|
||||
0, // lock
|
||||
utimens,
|
||||
0, // bmap
|
||||
#if 0
|
||||
ioctl,
|
||||
#endif
|
||||
};
|
||||
return fuse_main(argc, argv, &ops, this);
|
||||
}
|
||||
@ -497,11 +499,13 @@ private:
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if 0
|
||||
static int ioctl(const char *path, int cmd, void *arg, struct fuse_file_info *fi,
|
||||
unsigned int flags, void *data)
|
||||
{
|
||||
return -ENOSYS;
|
||||
}
|
||||
#endif
|
||||
|
||||
std::tuple<std::shared_ptr<node_t>, std::string, std::shared_ptr<node_t>>
|
||||
lookup_node(const char *path, node_t *ancestor = nullptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user