From owner-cvs-all Tue Apr 20 14: 9:14 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4435151BD; Tue, 20 Apr 1999 14:09:11 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Received: (from semenu@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id OAA32315; Tue, 20 Apr 1999 14:06:45 -0700 (PDT) (envelope-from semenu@FreeBSD.org) Message-Id: <199904202106.OAA32315@freefall.freebsd.org> From: Ustimenko Semen Date: Tue, 20 Apr 1999 14:06:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk semenu 1999/04/20 14:06:44 PDT Modified files: sys/ntfs ntfs.h ntfs_compr.c ntfs_compr.h ntfs_extern.h ntfs_ihash.c ntfs_ihash.h ntfs_inode.h ntfs_subr.c ntfs_subr.h ntfs_vfsops.c ntfs_vfsops.h ntfs_vnops.c ntfsmount.h Log: Removed annoying messaged during boot,added some check before mounting (should help to do not mount extended partitions:-). Fixed problem with hanging while unmounting busy fs. And (the most important) added some locks to prevent simulaneous access to kernel structures! Revision Changes Path 1.4 +4 -1 src/sys/ntfs/ntfs.h 1.3 +0 -0 src/sys/ntfs/ntfs_compr.c 1.3 +0 -0 src/sys/ntfs/ntfs_compr.h 1.3 +0 -0 src/sys/ntfs/ntfs_extern.h 1.3 +0 -0 src/sys/ntfs/ntfs_ihash.c 1.2 +0 -0 src/sys/ntfs/ntfs_ihash.h 1.3 +6 -5 src/sys/ntfs/ntfs_inode.h 1.3 +256 -62 src/sys/ntfs/ntfs_subr.c 1.3 +9 -7 src/sys/ntfs/ntfs_subr.h 1.3 +136 -89 src/sys/ntfs/ntfs_vfsops.c 1.2 +5 -1 src/sys/ntfs/ntfs_vfsops.h 1.3 +18 -12 src/sys/ntfs/ntfs_vnops.c 1.3 +0 -0 src/sys/ntfs/ntfsmount.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message