[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.83 and 1.84

version 1.83, 2008/01/28 14:31:18 version 1.84, 2008/04/29 18:18:08
Line 284  struct vfsops kernfs_vfsops = {
Line 284  struct vfsops kernfs_vfsops = {
         (void *)eopnotsupp,             /* vfs_suspendctl */          (void *)eopnotsupp,             /* vfs_suspendctl */
         genfs_renamelock_enter,          genfs_renamelock_enter,
         genfs_renamelock_exit,          genfs_renamelock_exit,
           (void *)eopnotsupp,
         kernfs_vnodeopv_descs,          kernfs_vnodeopv_descs,
         0,          0,
         { NULL, NULL },          { NULL, NULL },

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

CVSweb <webmaster@jp.NetBSD.org>