diff --git a/libfuse/lib/fuse_loop.cpp b/libfuse/lib/fuse_loop.cpp index 9078cfd1..c3b809e0 100644 --- a/libfuse/lib/fuse_loop.cpp +++ b/libfuse/lib/fuse_loop.cpp @@ -309,7 +309,7 @@ fuse_session_loop_mt(struct fuse_session *se_, if(process_tp) process_threads = process_tp->threads(); - ::pin_threads(read_threads,process_threads,pin_threads_type_); + PinThreads::pin(read_threads,process_threads,pin_threads_type_); syslog(LOG_INFO, "read-thread-count=%d; "