[BACK]Return to puffs_subr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / puffs

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

Diff for /src/sys/fs/puffs/puffs_subr.c between version 1.20 and 1.20.2.1

version 1.20, 2007/02/16 16:37:55 version 1.20.2.1, 2007/02/27 16:54:13
Line 261  puffs_putvnode(struct vnode *vp)
Line 261  puffs_putvnode(struct vnode *vp)
 #endif  #endif
   
         LIST_REMOVE(pnode, pn_hashent);          LIST_REMOVE(pnode, pn_hashent);
           genfs_node_destroy(vp);
         pool_put(&puffs_pnpool, vp->v_data);          pool_put(&puffs_pnpool, vp->v_data);
         vp->v_data = NULL;          vp->v_data = NULL;
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.2.1

CVSweb <webmaster@jp.NetBSD.org>