[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.34 and 1.35

version 1.34, 2007/06/21 14:54:49 version 1.35, 2007/06/24 22:16:03
Line 246  puffs_newnode(struct mount *mp, struct v
Line 246  puffs_newnode(struct mount *mp, struct v
         vn_lock(vp, LK_EXCLUSIVE | LK_RETRY);          vn_lock(vp, LK_EXCLUSIVE | LK_RETRY);
         *vpp = vp;          *vpp = vp;
   
         if ((cnp->cn_flags & MAKEENTRY) && PUFFS_DOCACHE(pmp))          if ((cnp->cn_flags & MAKEENTRY) && PUFFS_USE_NAMECACHE(pmp))
                 cache_enter(dvp, vp, cnp);                  cache_enter(dvp, vp, cnp);
   
         return 0;          return 0;

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

CVSweb <webmaster@jp.NetBSD.org>