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

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

Diff for /src/sys/fs/msdosfs/msdosfs_vfsops.c between version 1.59 and 1.60

version 1.59, 2008/01/24 17:32:53 version 1.60, 2008/01/28 14:31:16
Line 62  __KERNEL_RCSID(0, "$NetBSD$");
Line 62  __KERNEL_RCSID(0, "$NetBSD$");
 #include <sys/proc.h>  #include <sys/proc.h>
 #include <sys/kernel.h>  #include <sys/kernel.h>
 #include <sys/vnode.h>  #include <sys/vnode.h>
   #include <miscfs/genfs/genfs.h>
 #include <miscfs/specfs/specdev.h> /* XXX */    /* defines v_rdev */  #include <miscfs/specfs/specdev.h> /* XXX */    /* defines v_rdev */
 #include <sys/mount.h>  #include <sys/mount.h>
 #include <sys/buf.h>  #include <sys/buf.h>
Line 132  struct vfsops msdosfs_vfsops = {
Line 133  struct vfsops msdosfs_vfsops = {
         (int (*)(struct mount *, struct vnode *, struct timespec *)) eopnotsupp,          (int (*)(struct mount *, struct vnode *, struct timespec *)) eopnotsupp,
         vfs_stdextattrctl,          vfs_stdextattrctl,
         (void *)eopnotsupp,             /* vfs_suspendctl */          (void *)eopnotsupp,             /* vfs_suspendctl */
           genfs_renamelock_enter,
           genfs_renamelock_exit,
         msdosfs_vnodeopv_descs,          msdosfs_vnodeopv_descs,
         0,          0,
         { NULL, NULL },          { NULL, NULL },

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

CVSweb <webmaster@jp.NetBSD.org>