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

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

Diff for /src/sys/miscfs/fdesc/fdesc_vfsops.c between version 1.75 and 1.76

version 1.75, 2008/05/10 02:26:09 version 1.76, 2008/05/13 08:31:13
Line 139  fdesc_unmount(struct mount *mp, int mntf
Line 139  fdesc_unmount(struct mount *mp, int mntf
          * Finally, throw away the fdescmount structure           * Finally, throw away the fdescmount structure
          */           */
         free(mp->mnt_data, M_UFSMNT);   /* XXX */          free(mp->mnt_data, M_UFSMNT);   /* XXX */
         mp->mnt_data = 0;          mp->mnt_data = NULL;
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

CVSweb <webmaster@jp.NetBSD.org>