diff options
| author | Miklos Szeredi <[email protected]> | 2015-07-01 16:26:08 +0200 |
|---|---|---|
| committer | Miklos Szeredi <[email protected]> | 2015-07-01 16:26:08 +0200 |
| commit | 00c570f4ba43ae73b41fa0a2269c3b0ac20386ef (patch) | |
| tree | 5dad39b5bf083a172c7ac544ae0121d7fab1eeb0 /scripts/gdb/linux/utils.py | |
| parent | ee314a870e402f4e63b8a651bc96c740ed69cb31 (diff) | |
fuse: device fd clone
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 <[email protected]>
Reviewed-by: Ashish Samant <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions