* The syncer vnode is no referenced. */
| 5086 | * The syncer vnode is no referenced. |
| 5087 | */ |
| 5088 | static int |
| 5089 | sync_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. |