jmillikin/rust-fuse

Implement device cloning in `FuseServer::new_executor()`

Opened this issue · 0 comments

Steps:

  • Add methods to FuseMount for cloning the device.
  • Implement cloning for Linux with ioctl(FUSE_DEV_IOC_CLONE)
  • Plumb through to FuseServer::new_executor() so that it can provision new executors.