All of lore.kernel.org
 help / color / mirror / Atom feed
* [Virtio-fs] [virtiofsd] MR opened: vhost_user_backend: Remove nested RwLock
@ 2022-02-08 11:16 virtiofs-bot
  0 siblings, 0 replies; only message in thread
From: virtiofs-bot @ 2022-02-08 11:16 UTC (permalink / raw)
  To: virtio-fs

Implement `VhostUserBackend` instead of `VhostUserBackendMut`, in
order to avoid having a nested `RwLock`.  When using
`VhostUserBackendMut`, it needs to be wrapped in an `RwLock` (or
`Mutex`) which doesn't make sense, because our implementation uses
its own `Mutex` for synchronization.
---
https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/91


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-08 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08 11:16 [Virtio-fs] [virtiofsd] MR opened: vhost_user_backend: Remove nested RwLock virtiofs-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.