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

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

Diff for /src/sys/miscfs/nullfs/null_vfsops.c between version 1.58 and 1.59

version 1.58, 2005/12/11 12:24:51 version 1.59, 2006/09/03 21:01:12
Line 314  struct vfsops nullfs_vfsops = {
Line 314  struct vfsops nullfs_vfsops = {
         layerfs_snapshot,          layerfs_snapshot,
         vfs_stdextattrctl,          vfs_stdextattrctl,
         nullfs_vnodeopv_descs,          nullfs_vnodeopv_descs,
           0,
           { NULL, NULL },
 };  };
 VFS_ATTACH(nullfs_vfsops);  VFS_ATTACH(nullfs_vfsops);

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb <webmaster@jp.NetBSD.org>