From dc221260f4faebb6e04ad8c8f245e9dd6ec6bc54 Mon Sep 17 00:00:00 2001 From: Patrick Latifi Date: Tue, 8 Mar 2005 15:45:21 +0000 Subject: fix a page fault that occurs when a reclaimed vnode is then reused. from FreeBSD ok pedro tedu miod, tested by millert and myself --- sys/ntfs/ntfs_vfsops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ntfs/ntfs_vfsops.c') diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index dd3a025b337..5423e75c0d1 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_vfsops.c,v 1.7 2005/02/01 11:29:59 pedro Exp $ */ +/* $OpenBSD: ntfs_vfsops.c,v 1.8 2005/03/08 15:45:20 pat Exp $ */ /* $NetBSD: ntfs_vfsops.c,v 1.7 2003/04/24 07:50:19 christos Exp $ */ /*- @@ -1122,7 +1122,6 @@ ntfs_vgetex( #if defined(__FreeBSD__) || defined(__NetBSD__) genfs_node_init(vp, &ntfs_genfsops); #endif - VREF(ip->i_devvp); *vpp = vp; return (0); } -- cgit v1.2.3