freebsd-dev/sys/fs/nullfs
Konstantin Belousov 3c93d22758 Manually clear text references on reclaim for nullfs and tmpfs.
Both filesystems do no use vnode_pager_dealloc() which would handle
this case otherwise.  Nullfs because vnode vm_object handle never
points to nullfs vnode.  Tmpfs because its vm_object is never vnode
object at all.

Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2019-06-05 20:16:25 +00:00
..
null_subr.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
null_vfsops.c nullfs: fix unmounts when filesystem is active. 2019-03-21 13:30:48 +00:00
null_vnops.c Manually clear text references on reclaim for nullfs and tmpfs. 2019-06-05 20:16:25 +00:00
null.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00