Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/fs/ntfs



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.




Home | Main Index | Thread Index | Old Index