opnsense-src/sys/dev/virtio/p9fs
Mark Johnston e6d0130a29 virtio_p9fs: Simplify vt9p_req_wait() a bit
Remove an always-false check for whether the request has already
completed before sleeping.  Even if the request is complete, the
response tag is updated while holding the channel lock, which is also
held here.

No functional change intended.

Sponsored by:	Klara, Inc.

(cherry picked from commit 28c9b13b236d25512cfe4e1902411ff421a14b64)
2025-08-13 14:13:30 +02:00
..
virtio_p9fs.c virtio_p9fs: Simplify vt9p_req_wait() a bit 2025-08-13 14:13:30 +02:00
virtio_p9fs.h