opnsense-src/sys/fs/nullfs
Konstantin Belousov 709989bab5 nullfs: stop lying about mount flags in statfs(2)
Flags should not propagate from the lower fs.  Behavior for the upper fs
is determined by flags from its mount point structure.  When lower fs
acts according to its mount configuration, it is reported up as VOP
errors.

PR:	283425
Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D48150
2024-12-20 17:58:29 +02:00
..
null.h sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
null_subr.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
null_vfsops.c nullfs: stop lying about mount flags in statfs(2) 2024-12-20 17:58:29 +02:00
null_vnops.c nullfs: Use an a_gen field to cast to vop_generic_args 2024-07-26 11:14:32 +00:00