Date: Fri, 12 Oct 2001 15:05:39 -0700 (PDT) From: Ustimenko Semen <semenu@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Message-ID: <200110122205.f9CM5dw79438@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110122205.f9CM5dw79438>