rwatson 2005-02-22 14:22:09 UTC
FreeBSD src repository
Modified files:
sys/netatalk ddp_output.c
Log:
In the ddp_output() path, which can be called in a variety of threading
and locking contexts, use a non-sleeping allocation for mbufs.
MFC after: 1 week
Revision Changes Path
1.26 +2 -2 src/sys/netatalk/ddp_output.c