Browse Source

fuse_init.cpp

passthrough3
Antonio SJ Musumeci 2 days ago
parent
commit
a23bb2aca5
  1. 1
      src/fuse_init.cpp

1
src/fuse_init.cpp

@ -219,6 +219,7 @@ namespace FUSE
l::spawn_thread_to_set_readahead();
state.proc_self_fd_fd = open("/proc/self/fd",O_RDWR|O_PATH|O_DIRECTORY);
assert(state.proc_self_fd_fd != -1);
return NULL;
}

Loading…
Cancel
Save