Browse Source

fuse_loop.cpp

Antonio SJ Musumeci 6 days ago
parent
commit
851044959d
  1. 11
      libfuse/lib/fuse_loop.cpp

11
libfuse/lib/fuse_loop.cpp

@ -320,17 +320,6 @@ fuse_session_loop_mt(struct fuse_session *se_,
process_thread_count, process_thread_count,
process_thread_queue_depth, process_thread_queue_depth,
pin_threads_type_); pin_threads_type_);
syslog(LOG_INFO,
"read-thread-count=%d; "
"process-thread-count=%d; "
"process-thread-queue-depth=%d; "
"pin-threads=%s;"
,
read_thread_count,
process_thread_count,
process_thread_queue_depth,
pin_threads_type_.c_str());
::_wait(se_,&finished); ::_wait(se_,&finished);

Loading…
Cancel
Save