git: NTFS VFS - Fix dangling vnode panic on umount

看板DFBSD_commit作者時間16年前 (2010/02/11 03:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit d8c0625a583ff356399c2878bc43944f99d8cec2 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Feb 10 10:35:32 2010 -0800 NTFS VFS - Fix dangling vnode panic on umount * NTFS was using v_type = VNON for special extent vnodes. The mountlist scan used by vflush() ignores VNON vnodes so they were left dangling no matter how hard ntfs tried to flush them out. * Add VINT to the enum and use that instead. * Fix minor case/default issue in cd9660 related to the addition of VINT. Reported-by: Rumko, Tim Bisson <tbisson@gmx.com> Summary of changes: sys/sys/vfscache.h | 5 +++-- sys/vfs/isofs/cd9660/cd9660_vnops.c | 3 +-- sys/vfs/ntfs/ntfs_vfsops.c | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d8c0625a583ff356399c2878bc43944f99d8cec2 -- DragonFly BSD source repository
文章代碼(AID): #1BSmA0Lc (DFBSD_commit)