[BACK]Return to ufs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ufs

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

Diff for /src/sys/ufs/ufs/ufs_vnops.c between version 1.7 and 1.8

version 1.7, 1994/12/24 16:44:45 version 1.8, 1994/12/27 19:55:24
Line 1109  bad:
Line 1109  bad:
                 vput(ITOV(xp));                  vput(ITOV(xp));
         vput(ITOV(dp));          vput(ITOV(dp));
 out:  out:
           if (doingdirectory)
                   ip->i_flag &= ~IN_RENAME;
         if (VOP_LOCK(fvp) == 0) {          if (VOP_LOCK(fvp) == 0) {
                 ip->i_nlink--;                  ip->i_nlink--;
                 ip->i_flag |= IN_CHANGE;                  ip->i_flag |= IN_CHANGE;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>