|
@ -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); |
|
|
|
|
|
|
|
|