[BACK]Return to vnode_if.src CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / kern

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

Diff for /src/sys/kern/vnode_if.src between version 1.69.2.1 and 1.69.2.2

version 1.69.2.1, 2017/03/20 06:57:48 version 1.69.2.2, 2017/04/26 02:53:27
Line 384  vop_abortop {
Line 384  vop_abortop {
 };  };
   
 #  #
 #% inactive   vp      L U U  #% inactive   vp      L L L
 #  #
 vop_inactive {  vop_inactive {
         IN LOCKED=YES WILLUNLOCK struct vnode *vp;          VERSION 2
           IN LOCKED=YES struct vnode *vp;
         INOUT bool *recycle;          INOUT bool *recycle;
 };  };
   

Legend:
Removed from v.1.69.2.1  
changed lines
  Added in v.1.69.2.2

CVSweb <webmaster@jp.NetBSD.org>