You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
linux_session: add clone_fuse_file method to FuseSession
This patch adds `clone_fuse_file` method to `FuseSession`. This function obtains a new file descriptor by opening `/dev/fuse` and associates the file descriptor with the original fuse connection of fuse session using the ioctl `FUSE_DEV_IOC_CLONE` command.
Signed-off-by: Nan Li <[email protected]>
0 commit comments