NetBSD/sys/ufs
elad 54bf8cc67a Add genfs_can_mount() and use it to prevent some more code duplication of
the security checks when mounting a device (VOP_ACCESS() + kauth(9) call)).

Proposed with no objections on tech-kern@:

	http://mail-index.netbsd.org/tech-kern/2009/04/20/msg004859.html

The vnode is always expected to be locked, so no locking is done outside
the file-system code.
2009-04-25 18:53:44 +00:00
..
ext2fs Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:44 +00:00
ffs Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:44 +00:00
lfs Turn up the volume on the warning message a bit. 2009-04-04 10:33:59 +00:00
mfs g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
ufs Per discussion on tech-kern@: 2009-04-22 22:57:08 +00:00
files.ufs PR kern/26878 FFSv2 + softdep = livelock (no free ram) 2009-02-22 20:28:05 +00:00
Makefile