Browse Source

fuse_init.cpp

Antonio SJ Musumeci 1 week 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(); l::spawn_thread_to_set_readahead();
state.proc_self_fd_fd = open("/proc/self/fd",O_RDWR|O_PATH|O_DIRECTORY); state.proc_self_fd_fd = open("/proc/self/fd",O_RDWR|O_PATH|O_DIRECTORY);
assert(state.proc_self_fd_fd != -1);
return NULL; return NULL;
} }

Loading…
Cancel
Save