[BACK]Return to kernfs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / kernfs

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

Diff for /src/sys/miscfs/kernfs/kernfs_vnops.c between version 1.86 and 1.87

version 1.86, 2003/06/28 14:22:02 version 1.87, 2003/06/29 18:43:33
Line 396  found:
Line 396  found:
                         return (ENOENT);                          return (ENOENT);
                 }                  }
                 *vpp = fvp;                  *vpp = fvp;
                 if (vget(fvp, LK_EXCLUSIVE, cnp->cn_lwp))                  if (vget(fvp, LK_EXCLUSIVE))
                         goto loop;                          goto loop;
                 if (wantpunlock) {                  if (wantpunlock) {
                         VOP_UNLOCK(dvp, 0);                          VOP_UNLOCK(dvp, 0);

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

CVSweb <webmaster@jp.NetBSD.org>