[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.177 and 1.178

version 1.177, 2011/04/18 00:45:07 version 1.178, 2011/04/18 00:45:29
Line 1184  namei_oneroot(struct namei_state *state,
Line 1184  namei_oneroot(struct namei_state *state,
                         /*                          /*
                          * Success with no object returned means we're                           * Success with no object returned means we're
                          * creating something and it isn't already                           * creating something and it isn't already
                          * there. Break out of the main loop now so                           * there. Jump out of the main loop now so
                          * the code below doesn't have to test for                           * the code below doesn't have to test for
                          * foundobj == NULL.                           * foundobj == NULL.
                          */                           */
                         break;                          goto alldone;
                 }                  }
   
                 /*                  /*
Line 1351  namei_oneroot(struct namei_state *state,
Line 1351  namei_oneroot(struct namei_state *state,
   
                 break;                  break;
         }          }
    alldone:
   
         /*          /*
          * Done.           * Done.

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

CVSweb <webmaster@jp.NetBSD.org>