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

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

Diff for /src/sys/fs/cd9660/cd9660_vfsops.c between version 1.22.2.1 and 1.23

version 1.22.2.1, 2005/08/24 18:43:38 version 1.23, 2005/03/29 02:41:05
Line 106  struct vfsops cd9660_vfsops = {
Line 106  struct vfsops cd9660_vfsops = {
         vfs_stdextattrctl,          vfs_stdextattrctl,
         cd9660_vnodeopv_descs,          cd9660_vnodeopv_descs,
 };  };
   VFS_ATTACH(cd9660_vfsops);
   
 static const struct genfs_ops cd9660_genfsops = {  struct genfs_ops cd9660_genfsops = {
         .gop_size = genfs_size,          genfs_size,
 };  };
   
 /*  /*

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.23

CVSweb <webmaster@jp.NetBSD.org>