Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/25/1999 12:08:28
Module Name:	syssrc
Committed By:	jdolecek
Date:		Mon Oct 25 19:08:28 UTC 1999

Modified Files:
	syssrc/sys/ntfs: ntfs.h ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c

Log Message:
pass the lock flags in the NetBSD version of VN_LOCK(), VGET(),
	VOP__UNLOCK() macros, g/c VOP__LOCK()
add some comments
use LK_RETRY flag as appropriate
g/c the FreeBSD vnode_pager_uncache() staff, as was done in FreeBSD tree a while
	ago (actually, when they merged the first round of NetBSD patches)
use VN_LOCK() & VOP__UNLOCK() consistently throughout the code instead
	of vn_lock() and VOP_UNLOCK()
minor whitespace changes


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/ntfs/ntfs.h
cvs rdiff -r1.20 -r1.21 syssrc/sys/ntfs/ntfs_subr.c \
    syssrc/sys/ntfs/ntfs_vfsops.c
cvs rdiff -r1.19 -r1.20 syssrc/sys/ntfs/ntfs_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.