NetBSD/sys/ufs/ext2fs
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_alloc.c
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c fix -Wsign-compare issue on bigendian platforms 2009-04-14 09:30:25 +00:00
ext2fs_dinode.h Don't use e2fs_inode_size in superblock on E2FS_REV0 file system. 2009-03-02 09:54:49 +00:00
ext2fs_dir.h
ext2fs_extern.h
ext2fs_inode.c PR/40936: Frederik Sausmikat: ext2fs: add support for inodes > 128 bytes 2009-03-01 15:59:57 +00:00
ext2fs_lookup.c
ext2fs_readwrite.c
ext2fs_subr.c
ext2fs_vfsops.c Add genfs_can_mount() and use it to prevent some more code duplication of 2009-04-25 18:53:44 +00:00
ext2fs_vnops.c Per discussion on tech-kern@: 2009-04-22 22:57:08 +00:00
ext2fs.h
Makefile