看板 DFBSD_commit 關於我們 聯絡資訊
commit 99acf5583a06c73dd13be3ac29f06a1ad8bd73ae Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Aug 10 13:09:10 2010 -0700 kernel - Fix lockf panic * Fix a case where the F_UNLCK call made by closef()/fdrop() could fail on a resource limit, preventing the locks from being properly cleared. This resulted in an assertion panic at exit1(). * Minor cleanups. Reported-by: swildner Summary of changes: sys/kern/kern_lockf.c | 33 ++++++++++++++++++++++++--------- 1 files changed, 24 insertions(+), 9 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99acf5583a06c73dd13be3ac29f06a1ad8bd73ae -- DragonFly BSD source repository