freebsd-nq/sys/fs
Poul-Henning Kamp c96c1bebe3 Eliminate null_open() and use instead null_bypass().
Null_open() was only here to handle MNT_NODEV, but since that does
not affect any filesystems anymore, it could only have any effect
if you nullfs mounted a devfs but didn't want devices to show up.

If you need that, there are easier ways.
2004-11-26 07:18:28 +00:00
..
cd9660 Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
coda Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
deadfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
devfs Make vnode bypass for devices mandatory. 2004-11-17 07:18:49 +00:00
fdescfs Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST. 2004-11-13 11:53:02 +00:00
fifofs Add dropped implementation of ioctl for fifos. 2004-11-18 17:18:11 +00:00
hpfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
msdosfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
ntfs Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
nullfs Eliminate null_open() and use instead null_bypass(). 2004-11-26 07:18:28 +00:00
nwfs Use system wide no-op vfs_start function. 2004-11-25 09:11:27 +00:00
portalfs Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
procfs Rework how we store process times in the kernel such that we always store 2004-10-05 18:51:11 +00:00
pseudofs Back out pseudo_vnops.c:1.45, which was a workaround for pfind() 2004-09-02 16:04:09 +00:00
smbfs Use system wide no-op vfs_start function. 2004-11-25 09:11:27 +00:00
udf Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
umapfs Use system wide no-op vfs_start function. 2004-11-25 09:11:27 +00:00
unionfs VOP_REVOKE() is only ever for VCHR vnodes, so unionfs does not 2004-11-13 22:56:26 +00:00