[BACK]Return to vfs_lookup.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_lookup.c between version 1.56 and 1.57

version 1.56, 2005/02/26 21:34:56 version 1.57, 2005/03/08 17:29:29
Line 528  unionlookup:
Line 528  unionlookup:
                         goto unionlookup;                          goto unionlookup;
                 }                  }
   
                   if (cnp->cn_flags & PDIRUNLOCK)
                           dpunlocked = 1;
   
                 if (error != EJUSTRETURN)                  if (error != EJUSTRETURN)
                         goto bad;                          goto bad;
                 /*                  /*

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb <webmaster@jp.NetBSD.org>