[BACK]Return to ext2fs_vnops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ext2fs

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

Diff for /src/sys/ufs/ext2fs/ext2fs_vnops.c between version 1.105 and 1.106

version 1.105, 2012/11/21 23:11:23 version 1.106, 2013/01/22 09:39:15
Line 1011  ext2fs_vinit(struct mount *mntp, int (**
Line 1011  ext2fs_vinit(struct mount *mntp, int (**
         case VREG:          case VREG:
                 break;                  break;
         }          }
         if (ip->i_number == ROOTINO)          if (ip->i_number == UFS_ROOTINO)
                 vp->v_vflag |= VV_ROOT;                  vp->v_vflag |= VV_ROOT;
         /*          /*
          * Initialize modrev times           * Initialize modrev times

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

CVSweb <webmaster@jp.NetBSD.org>