Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/29/1999 08:58:30
Module Name:	syssrc
Committed By:	jdolecek
Date:		Wed Sep 29 15:58:29 UTC 1999

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

Log Message:
struct fnode cleanup:
	* f_lock is only needed for FreeBSD (for their totally disgusting
	  and insane way of doing generic vnode locking)
	* g/c f_mp, it was write-only
	* some comments added


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/ntfs/ntfs_inode.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/ntfs/ntfs_subr.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/ntfs/ntfs_vfsops.c

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