mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-08 15:32:47 +00:00
Allow an open fuse device to be "cloned". Userspace can create a clone by:
newfd = open("/dev/fuse", O_RDWR)
ioctl(newfd, FUSE_DEV_IOC_CLONE, &oldfd);
At this point newfd will refer to the same fuse connection as oldfd.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Reviewed-by: Ashish Samant <ashish.samant@oracle.com>
|
||
|---|---|---|
| .. | ||
| 00-INDEX | ||
| botching-up-ioctls.txt | ||
| cdrom.txt | ||
| hdio.txt | ||
| ioctl-decoding.txt | ||
| ioctl-number.txt | ||