Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 08/04/1999 11:17:01
Module Name: syssrc
Committed By: jdolecek
Date: Wed Aug 4 18:17:01 UTC 1999
Modified Files:
syssrc/sys/ntfs: ntfs_vnops.c
Log Message:
ntfs_lookup():
* return EROFS for volume mounted RO when the nameiop is DELETE or RENAME
(the same way ufs_lookup() does)
* add explicit call to cache_lookup() on NetBSD (handled by generic VFS
layer in FreeBSD)
* avoid using strncmp() when checking whether the name is . or ..
* fix locking of parent directory for ISDOTDOT case
* call cache_enter() always (even for . and ..)
* vnodeops array: add entry for vop_fcntl_desc, remove unnecessary casts
Reviewed by: wrstuden
Tested by: jdolecek
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 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.