看板 DFBSD_commit 關於我們 聯絡資訊
commit 9fa352a2b63523ee665c21d3b66cfc47265e9303 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Aug 19 22:54:54 2010 -0700 HAMMER VFS - Throw away cached vnodes on stage2 mount failure * Make sure all cached vnodes are thrown away before we destroy the mount structure after a stage2 recovery failure. Reported-by: Venkatesh Srinivas <vsrinivas@crater.dragonflybsd.org> Summary of changes: sys/vfs/hammer/hammer_vfsops.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9fa352a2b63523ee665c21d3b66cfc47265e9303 -- DragonFly BSD source repository