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

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

Diff for /src/sys/miscfs/kernfs/kernfs_vfsops.c between version 1.79 and 1.80

version 1.79, 2007/07/17 11:19:34 version 1.80, 2007/07/26 22:57:39
Line 299  struct vfsops kernfs_vfsops = {
Line 299  struct vfsops kernfs_vfsops = {
         NULL,                           /* vfs_mountroot */          NULL,                           /* vfs_mountroot */
         (int (*)(struct mount *, struct vnode *, struct timespec *)) eopnotsupp,          (int (*)(struct mount *, struct vnode *, struct timespec *)) eopnotsupp,
         vfs_stdextattrctl,          vfs_stdextattrctl,
         vfs_stdsuspendctl,          (void *)eopnotsupp,             /* vfs_suspendctl */
         kernfs_vnodeopv_descs,          kernfs_vnodeopv_descs,
         0,          0,
         { NULL, NULL },          { NULL, NULL },

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80

CVSweb <webmaster@jp.NetBSD.org>