[BACK]Return to ffs_vfsops.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / ufs / ffs

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

Diff for /src/sys/ufs/ffs/ffs_vfsops.c between version 1.162 and 1.163

version 1.162, 2005/03/04 21:45:29 version 1.163, 2005/03/29 02:41:06
Line 111  struct vfsops ffs_vfsops = {
Line 111  struct vfsops ffs_vfsops = {
         vfs_stdextattrctl,          vfs_stdextattrctl,
         ffs_vnodeopv_descs,          ffs_vnodeopv_descs,
 };  };
   VFS_ATTACH(ffs_vfsops);
   
 struct genfs_ops ffs_genfsops = {  struct genfs_ops ffs_genfsops = {
         ffs_gop_size,          ffs_gop_size,

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

CVSweb <webmaster@jp.NetBSD.org>