freebsd-dev/sys/fs/nullfs
Edward Tomasz Napierala e3c51151a0 Make it possible to mount nullfs(5) using plain mount(8)
instead of mount_nullfs(8).

Obviously you'd need to force mount(8) to not call
mount_nullfs(8) to make use of it.

Reviewed by:	kib
MFC after:	2 weeks
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D26934
2020-10-29 15:28:15 +00:00
..
null_subr.c VMIO reads: enable for nullfs upper vnode if the lower vnode supports it. 2020-08-16 21:05:56 +00:00
null_vfsops.c Make it possible to mount nullfs(5) using plain mount(8) 2020-10-29 15:28:15 +00:00
null_vnops.c vfs: drop spurious cred argument from VOP_VPTOCNP 2020-10-20 07:18:27 +00:00
null.h Save lower root vnode in nullfs mnt data instead of upper. 2020-01-28 11:29:06 +00:00