DragonFly-2.3.1.573.g464e8 master sys/kern kern_descrip.c

看板DFBSD_commit作者時間16年前 (2009/07/04 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 464e801e77f8e4207ef040861cd7561c47e4f913 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Jul 3 10:48:26 2009 -0700 frevoke - More fixes to fdfree() * Don't replace p->p_fd until after all closef()'s have been called. Fixed panic in kqueue's close function. * Move softrefs check to after the closef point, but before we actually start kfree()ing the structures. Lock the closef's normally since p->p_fd is still valid. Summary of changes: sys/kern/kern_descrip.c | 51 +++++++++++++++++++++++++++++++--------------- 1 files changed, 34 insertions(+), 17 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/464e801e77f8e4207ef040861cd7561c47e4f913 -- DragonFly BSD source repository
文章代碼(AID): #1AJaTi00 (DFBSD_commit)