Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 12/18/2001 09:51:19
Module Name:	syssrc
Committed By:	chs
Date:		Tue Dec 18 07:51:18 UTC 2001

Modified Files:
	syssrc/sys/ntfs: ntfs_inode.h ntfs_vfsops.c ntfs_vnops.c
	syssrc/sys/ufs/lfs: lfs_alloc.c lfs_extern.h lfs_syscalls.c
	    lfs_vfsops.c lfs_vnops.c

Log Message:
use the new compatibility routines to allow mmap() to work
(in the same non-coherent fashion that it worked pre-UBC)
until someone has time to do it the right way.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/ntfs/ntfs_inode.h
cvs rdiff -r1.39 -r1.40 syssrc/sys/ntfs/ntfs_vfsops.c \
    syssrc/sys/ntfs/ntfs_vnops.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.26 -r1.27 syssrc/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.62 -r1.63 syssrc/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.70 -r1.71 syssrc/sys/ufs/lfs/lfs_vfsops.c
cvs rdiff -r1.59 -r1.60 syssrc/sys/ufs/lfs/lfs_vnops.c

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