MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sync_inactive

Function sync_inactive

freebsd/kern/vfs_subr.c:5088–5094  ·  view source on GitHub ↗

* The syncer vnode is no referenced. */

Source from the content-addressed store, hash-verified

5086 * The syncer vnode is no referenced.
5087 */
5088static int
5089sync_inactive(struct vop_inactive_args *ap)
5090{
5091
5092 vgone(ap->a_vp);
5093 return (0);
5094}
5095
5096/*
5097 * The syncer vnode is no longer needed and is being decommissioned.

Callers

nothing calls this directly

Calls 1

vgoneFunction · 0.85

Tested by

no test coverage detected