git: AF_UNIX: Allocate pcb using M_WAITOK|M_NULLOK instead of M_

看板DFBSD_commit作者時間14年前 (2011/05/17 07:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit c444f2f522057c0bb8f28e708cfb49889c7ab6e8 Author: Sepherosa Ziehau <sephe@dragonflybsd.org> Date: Wed Apr 27 13:48:48 2011 +0800 AF_UNIX: Allocate pcb using M_WAITOK|M_NULLOK instead of M_NOWAIT So the allocation will not fail mysteriously while the system will not panic if the system is really out of memory. Summary of changes: sys/kern/uipc_usrreq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c444f2f522057c0bb8f28e708cfb49889c7ab6e8 -- DragonFly BSD source repository
文章代碼(AID): #1DqRGjGY (DFBSD_commit)