看板 DFBSD_commit 關於我們 聯絡資訊
commit e4ff5ef9fab8c016b75c7d782413da414e42c77e Author: Alex Hornung <ahornung@gmail.com> Date: Sun Nov 21 08:44:02 2010 +0000 devfs - don't propagate on terminate, it's redundant * Don't propagate the device removal in the cdev terminate op since it must have happened before; otherwise something went horribly wrong. * Verify that the cdev isn't linked into the dev list anymore upon terminate. As explained in the commit, this *must* be the case. Summary of changes: sys/vfs/devfs/devfs_core.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4ff5ef9fab8c016b75c7d782413da414e42c77e -- DragonFly BSD source repository