NetBSD/sys/fs/cd9660
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
..
cd9660_bmap.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_extern.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
cd9660_lookup.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
cd9660_mount.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
cd9660_node.c - Convert hashinit() to use kmem_alloc(). The hash tables can be large 2008-05-05 17:11:16 +00:00
cd9660_node.h Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_rrip.c Make sure all cached buffers with valid, not yet written data have been 2008-05-16 09:21:59 +00:00
cd9660_rrip.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
cd9660_util.c Convert to ansi definitions from old-style definitons. 2008-02-27 19:43:36 +00:00
cd9660_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:43 +00:00
cd9660_vnops.c Move the implementation of vaccess() to genfs_can_access(), in line with 2009-06-23 19:36:38 +00:00
files.cd9660
iso_rrip.h - protect userland exported files against multiple inclusion. 2005-12-03 17:34:43 +00:00
iso.h * Added missing cast in isonum_712(). 2007-01-27 07:20:31 +00:00
Makefile
TODO merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
TODO.hibler