From: Vitaliy Makkoveev Subject: Re: vnode(9): remove v_inflight To: tech@openbsd.org Date: Sat, 19 Sep 2026 23:23:40 +0000 On Sun, Sep 20, 2026 at 12:32:22AM +0200, Kirill A. Korinsky wrote: > tech@, > > Just noticed v_inflight in vnode(9) which seems to be removed. > > Ok to remove it here as well? > ok mvs > Index: share/man/man9/vnode.9 > =================================================================== > RCS file: /home/cvs/src/share/man/man9/vnode.9,v > diff -u -p -r1.36 vnode.9 > --- share/man/man9/vnode.9 18 Oct 2025 10:57:42 -0000 1.36 > +++ share/man/man9/vnode.9 19 Sep 2026 22:31:02 -0000 > @@ -79,7 +79,6 @@ struct vnode { > u_int v_bioflag; > u_int v_holdcnt; /* buffer references */ > u_int v_id; /* capability identifier */ > - u_int v_inflight; > struct mount *v_mount; /* ptr to vfs we are in */ > TAILQ_ENTRY(vnode) v_freelist; /* vnode freelist */ > LIST_ENTRY(vnode) v_mntvnodes; /* vnodes for mount point */ > > > -- > wbr, Kirill >