[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.55.4.1 and 1.56

version 1.55.4.1, 2005/04/29 11:29:24 version 1.56, 2005/02/26 21:34:56
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.55.4.1  
changed lines
  Added in v.1.56

CVSweb <webmaster@jp.NetBSD.org>