Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/10/1999 09:14:04
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Sep 10 16:14:04 UTC 1999

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

Log Message:
make NTFS NFS exportable - that also means getfh(2) and other syscalls
	using filehandles should work now for NTFS filesystem
some other misc cleanup


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/ntfs/TODO
cvs rdiff -r1.3 -r1.4 syssrc/sys/ntfs/ntfs_inode.h
cvs rdiff -r1.9 -r1.10 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.
before they were even runnable code that I have taken to using this method for nearly all code I write from scratch anymore. --Michael