NetBSD/sys/fs/ntfs
elad 870920260d Move the implementation of vaccess() to genfs_can_access(), in line with
the other routines of the same spirit.

Adjust file-system code to use it.

Keep vaccess() for KPI compatibility and to keep element of least
surprise. A "diagnostic" message warning that vaccess() is deprecated will
be printed when it's used (obviously, only in DIAGNOSTIC kernels).

No objections on tech-kern@:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005310.html
2009-06-23 19:36:38 +00:00
..
files.ntfs
Makefile
ntfs_compr.c bzero -> memset 2009-03-18 16:00:08 +00:00
ntfs_compr.h
ntfs_conv.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ntfs_ihash.c ansify function definitions 2009-03-15 17:14:40 +00:00
ntfs_ihash.h
ntfs_inode.h Nuke #ifdef __OtherOS__ clutter to make maintaining slightly easier. 2008-01-29 18:21:10 +00:00
ntfs_subr.c bzero -> memset 2009-03-18 16:00:08 +00:00
ntfs_subr.h
ntfs_vfsops.c bcopy -> memcpy 2009-03-18 17:06:41 +00:00
ntfs_vfsops.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ntfs_vnops.c Move the implementation of vaccess() to genfs_can_access(), in line with 2009-06-23 19:36:38 +00:00
ntfs.h - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
ntfsmount.h
TODO