[BACK]Return to spec_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / specfs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/miscfs/specfs/spec_vnops.c between version 1.170 and 1.171

version 1.170, 2017/04/11 14:25:01 version 1.171, 2017/04/12 06:43:56
Line 1086  spec_inactive(void *v)
Line 1086  spec_inactive(void *v)
                 struct vnode *a_vp;                  struct vnode *a_vp;
                 struct bool *a_recycle;                  struct bool *a_recycle;
         } */ *ap = v;          } */ *ap = v;
         struct vnode *vp = ap->a_vp;  
   
         KASSERT(vp->v_mount == dead_rootmount);          KASSERT(ap->a_vp->v_mount == dead_rootmount);
         *ap->a_recycle = true;          *ap->a_recycle = true;
   
         return 0;          return 0;

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

CVSweb <webmaster@jp.NetBSD.org>