]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/uipc_mbuf2.c
xnu-517.tar.gz
[apple/xnu.git] / bsd / kern / uipc_mbuf2.c
index cc6064fb0a469af60467c1d7a0f4ab61f8fdddd9..fcf8daf186db90a9fa5f1d396ddbe6f1bdbce35d 100644 (file)
@@ -382,7 +382,7 @@ m_aux_add(m, af, type)
        if (n)
                return n;
 
-       MGET(n, M_WAIT, m->m_type);
+       MGET(n, M_DONTWAIT, m->m_type);
        if (n == NULL)
                return NULL;