|
|
@ -311,15 +311,14 @@ fuse_session_loop_mt(struct fuse_session *se_, |
|
|
|
|
|
|
|
PinThreads::pin(read_threads,process_threads,pin_threads_type_); |
|
|
|
|
|
|
|
SysLog::log(LOG_INFO, |
|
|
|
"read-thread-count={}; " |
|
|
|
"process-thread-count={}; " |
|
|
|
"process-thread-queue-depth={}; " |
|
|
|
"pin-threads={};", |
|
|
|
read_thread_count, |
|
|
|
process_thread_count, |
|
|
|
process_thread_queue_depth, |
|
|
|
pin_threads_type_); |
|
|
|
SysLog::info("read-thread-count={}; " |
|
|
|
"process-thread-count={}; " |
|
|
|
"process-thread-queue-depth={}; " |
|
|
|
"pin-threads={};", |
|
|
|
read_thread_count, |
|
|
|
process_thread_count, |
|
|
|
process_thread_queue_depth, |
|
|
|
pin_threads_type_); |
|
|
|
|
|
|
|
::_wait(se_,&finished); |
|
|
|
|
|
|
|