看板 DFBSD_commit 關於我們 聯絡資訊
commit 4de0b3dcd60e07aa7a50ffd279063ccb41425aab Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Aug 15 10:33:02 2009 -0700 VINUM - Fix reinitialization bug * If the vinum config is destroyed vinum_conf is zerod, which unfortunately wipes out the pbuf counter. Generally refactor the vinum_conf init code into its own procedure. Summary of changes: sys/dev/raid/vinum/vinum.c | 66 ++++++++++++++++++++++++------------------- 1 files changed, 37 insertions(+), 29 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4de0b3dcd60e07aa7a50ffd279063ccb41425aab -- DragonFly BSD source repository