mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
fuse_open.cpp
This commit is contained in:
+2
-1
@@ -324,7 +324,8 @@ namespace FUSE
|
||||
|
||||
proc_filepath = fmt::format("/proc/self/fd/{}",ffi_->fd);
|
||||
fd = fs::open(proc_filepath,ffi_->flags);
|
||||
|
||||
if(fd == -1)
|
||||
return -errno;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user