From owner-cvs-all Fri Oct 12 15: 5:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EFD537B406; Fri, 12 Oct 2001 15:05:39 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9CM5dw79438; Fri, 12 Oct 2001 15:05:39 -0700 (PDT) (envelope-from semenu) Message-Id: <200110122205.f9CM5dw79438@freefall.freebsd.org> From: Ustimenko Semen Date: Fri, 12 Oct 2001 15:05:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG semenu 2001/10/12 15:05:39 PDT Modified files: (Branch: RELENG_4) sys/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log: MFC: Reference devvp on ntnode creation and dereference on removal. Previous code lead to page faults becouse i_devvp went zero after VOP_RECLAIM, but ntnode was reused (not reclaimed). Revision Changes Path 1.7.2.2 +18 -16 src/sys/ntfs/ntfs_subr.c 1.20.2.3 +0 -1 src/sys/ntfs/ntfs_vfsops.c 1.9.2.2 +1 -5 src/sys/ntfs/ntfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message