From owner-cvs-all Sat Sep 8 15:57: 8 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 EDF4D37B406; Sat, 8 Sep 2001 15:57:03 -0700 (PDT) Received: (from semenu@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f88Mv3p62556; Sat, 8 Sep 2001 15:57:03 -0700 (PDT) (envelope-from semenu) Message-Id: <200109082257.f88Mv3p62556@freefall.freebsd.org> From: Ustimenko Semen Date: Sat, 8 Sep 2001 15:57:03 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c X-FreeBSD-CVS-Branch: HEAD 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/09/08 15:57:03 PDT Modified files: sys/fs/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log: 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). MFC after: 2 weeks Revision Changes Path 1.16 +21 -21 src/sys/fs/ntfs/ntfs_subr.c 1.33 +1 -2 src/sys/fs/ntfs/ntfs_vfsops.c 1.23 +1 -5 src/sys/fs/ntfs/ntfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message