[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.176 and 1.177

version 1.176, 2011/04/18 00:40:53 version 1.177, 2011/04/18 00:45:07
Line 1118  namei_oneroot(struct namei_state *state,
Line 1118  namei_oneroot(struct namei_state *state,
                  * (currently, this may consume more than one)                   * (currently, this may consume more than one)
                  */                   */
   
     dirloop:  
                 /*                  /*
                  * If we have a leading string of slashes, remove                   * If we have a leading string of slashes, remove
                  * them, and just make sure the current node is a                   * them, and just make sure the current node is a
Line 1259  namei_oneroot(struct namei_state *state,
Line 1258  namei_oneroot(struct namei_state *state,
                         }                          }
                         searchdir = foundobj;                          searchdir = foundobj;
                         foundobj = NULL;                          foundobj = NULL;
                         goto dirloop;                          continue;
                 }                  }
   
     terminal:      terminal:

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177

CVSweb <webmaster@jp.NetBSD.org>