freebsd-src/sys/dev/virtio/p9fs
Ed Maste e6b88237c6 p9fs: use M_WAITOK where appropriate
device_attach routines are allowed to sleep, and this routine already
has other M_WAITOK allocations.

Reported by:	markj
Reviewed by:	markj
Fixes: 1efd69f933 ("p9fs: move NULL check immediately after alloc...")
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45721
2024-06-24 22:02:13 -04:00
..
virtio_p9fs.c p9fs: use M_WAITOK where appropriate 2024-06-24 22:02:13 -04:00
virtio_p9fs.h