diff options
author | 2008-10-11 16:49:56 +0000 | |
---|---|---|
committer | 2008-10-11 16:49:56 +0000 | |
commit | 0696b6bab9bf68cc60fd1e2d1acc7423e4c46ebc (patch) | |
tree | b46a1c58690a0eb66a21b83f50f2b6fbc44d3f57 /sys/dev/softraid.c | |
parent | For none interrupt endpoints call the xfer done function before (diff) | |
download | wireguard-openbsd-0696b6bab9bf68cc60fd1e2d1acc7423e4c46ebc.tar.xz wireguard-openbsd-0696b6bab9bf68cc60fd1e2d1acc7423e4c46ebc.zip |
Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOK
instead of M_NOWAIT. Checking for M_NOWAIT made many malloc calls that used
that flag actually wait. This probably explains many if the strange hangs
people have seen recently.
ok miod@
Diffstat (limited to 'sys/dev/softraid.c')
0 files changed, 0 insertions, 0 deletions