看板 DFBSD_commit 關於我們 聯絡資訊
commit 4dda94be12ec049c421d039b15f34b55952132d0 Author: YONETANI Tomokazu <y0netan1@dragonflybsd.org> Date: Wed Nov 18 18:42:00 2009 +0900 leftover from 0202303b: fix critical section mismatch. The caller of ext2_fsync_bp() no longer enters a critical section, so this function shouldn't attempt to exit from or re-enter it either. DragonFly-bug: <http://bugs.dragonflybsd.org/issue1601> Summary of changes: sys/vfs/gnu/ext2fs/ext2_vnops.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4dda94be12ec049c421d039b15f34b55952132d0 -- DragonFly BSD source repository