[BACK]Return to overlay_vfsops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / miscfs / overlay

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

Diff for /src/sys/miscfs/overlay/overlay_vfsops.c between version 1.51 and 1.52

version 1.51, 2008/05/10 02:26:09 version 1.52, 2008/05/13 08:31:13
Line 235  ov_unmount(struct mount *mp, int mntflag
Line 235  ov_unmount(struct mount *mp, int mntflag
         mutex_destroy(&omp->ovm_hashlock);          mutex_destroy(&omp->ovm_hashlock);
         hashdone(omp->ovm_node_hashtbl, HASH_LIST, omp->ovm_node_hash);          hashdone(omp->ovm_node_hashtbl, HASH_LIST, omp->ovm_node_hash);
         free(omp, M_UFSMNT);    /* XXX */          free(omp, M_UFSMNT);    /* XXX */
         mp->mnt_data = 0;          mp->mnt_data = NULL;
         return 0;          return 0;
 }  }
   

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

CVSweb <webmaster@jp.NetBSD.org>