M_NOWAIT is just wrong in the init code. The allocation must succeed.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Jun 2004 18:04:47 +0000 (18:04 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 5 Jun 2004 18:04:47 +0000 (18:04 +0000)
commit6ddd9284f4c93a0e00db35f82d25dcd895a5a5ba
tree89bf73a8da7e65cc2e96ce8349b7e99635137f8d
parent02680f1bd365bb65804f03970f38a47541b2df05
M_NOWAIT is just wrong in the init code.  The allocation must succeed.
Use M_WAITOK.
sys/kern/kern_sfbuf.c