[BACK]Return to vfs_subr.c 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/vfs_subr.c between version 1.146.2.6 and 1.146.2.7

version 1.146.2.6, 2001/09/26 19:55:06 version 1.146.2.7, 2001/10/22 20:41:51
Line 484  getnewvnode(tag, mp, vops, vpp)
Line 484  getnewvnode(tag, mp, vops, vpp)
                                         break;                                          break;
                                 }                                  }
                                 if (vn_lock(vp, LK_EXCLUSIVE | LK_NOWAIT |                                  if (vn_lock(vp, LK_EXCLUSIVE | LK_NOWAIT |
                                             LK_INTERLOCK)) {                                              LK_RECURSEFAIL | LK_INTERLOCK)) {
                                         continue;                                          continue;
                                 }                                  }
                                 VOP_UNLOCK(vp, 0);                                  VOP_UNLOCK(vp, 0);

Legend:
Removed from v.1.146.2.6  
changed lines
  Added in v.1.146.2.7

CVSweb <webmaster@jp.NetBSD.org>