Subject: CVS commit: src/sys/fs/ntfs
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 04/09/2003 19:12:19
Module Name: src
Committed By: jdolecek
Date: Wed Apr 9 16:12:19 UTC 2003
Modified Files:
src/sys/fs/ntfs: ntfs_vnops.c
Log Message:
print some potentially useful stuff in ntfs_print()
replace the VOP__UNLOCK() macros with VOP_UNLOCK() directly - it just
obfuscates the code
similarily for VN_LOCK()->vn_lock()
unlock dvp before ntvattrget call in ntfs_lookup() in '..' case, not after
fix problem in ntfs_lookup() where PDIRUNLOCK was not set in one code path
after unlocking parent directory vnode
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/fs/ntfs/ntfs_vnops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.