[BACK]Return to msdosfs_denode.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / fs / msdosfs

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

Diff for /src/sys/fs/msdosfs/msdosfs_denode.c between version 1.46 and 1.46.12.1

version 1.46, 2011/06/16 09:21:02 version 1.46.12.1, 2012/11/20 03:02:39
Line 348  deget(struct msdosfsmount *pmp, u_long d
Line 348  deget(struct msdosfsmount *pmp, u_long d
         ldep->de_dev = pmp->pm_dev;          ldep->de_dev = pmp->pm_dev;
         ldep->de_dirclust = dirclust;          ldep->de_dirclust = dirclust;
         ldep->de_diroffset = diroffset;          ldep->de_diroffset = diroffset;
         fc_purge(ldep, 0);      /* init the fat cache for this denode */          fc_purge(ldep, 0);      /* init the FAT cache for this denode */
   
         /*          /*
          * Insert the denode into the hash queue and lock the denode so it           * Insert the denode into the hash queue and lock the denode so it

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.46.12.1

CVSweb <webmaster@jp.NetBSD.org>