opnsense-src/sys/fs/nullfs
Konstantin Belousov 42881526d4 nullfs: dirty v_object must imply the need for inactivation
Otherwise pages are cleaned some time later when the lower fs decides
that it is time to do it.  This mostly manifests itself as delayed
mtime update, e.g. breaking make-like programs.

Reported by:	mav
Tested by:	mav, pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2021-05-22 12:30:17 +03:00
..
null.h Save lower root vnode in nullfs mnt data instead of upper. 2020-01-28 11:29:06 +00:00
null_subr.c vfs: add v_irflag accessors 2021-01-03 06:50:06 +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 nullfs: dirty v_object must imply the need for inactivation 2021-05-22 12:30:17 +03:00