[Virtio-fs] [virtiofsd] MR merged: process_queue_pool: Only acquire the VringMutex lock once

virtiofs-bot at sinrega.org virtiofs-bot at sinrega.org
Mon Feb 7 13:49:39 UTC 2022


Previously, the worker task in `process_queue_pool()` called
up to 3 functions on `worker_vring` where each function is a
wrapper that first locks the mutex.  This is unneccessary
congestion.  We fix this by locking the mutex once.
---
https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/87




More information about the Virtio-fs mailing list