Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 1998 06:17:06 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/cfs cfs_vfsops.c src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/miscfs/devfs devfs_vfsops.c src/sys/miscfs/fdesc fdesc_vfsops.c src/sys/miscfs/kernfs kernfs_vfsops.c ...
Message-ID:  <199809071317.GAA05302@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/09/07 06:17:06 PDT

  Modified files:
    sys/cfs              cfs_vfsops.c 
    sys/gnu/ext2fs       ext2_vfsops.c 
    sys/isofs/cd9660     cd9660_vfsops.c 
    sys/miscfs/devfs     devfs_vfsops.c 
    sys/miscfs/fdesc     fdesc_vfsops.c 
    sys/miscfs/kernfs    kernfs_vfsops.c 
    sys/miscfs/nullfs    null_vfsops.c 
    sys/miscfs/portal    portal_vfsops.c 
    sys/miscfs/procfs    procfs_vfsops.c 
    sys/miscfs/umapfs    umap_vfsops.c 
    sys/miscfs/union     union_vfsops.c 
    sys/msdosfs          msdosfs_vfsops.c 
    sys/nfs              nfs_vfsops.c 
    sys/sys              mount.h 
    sys/ufs/ffs          ffs_vfsops.c 
    sys/ufs/mfs          mfs_vfsops.c 
  Log:
  Removed statically configured mount type numbers (MOUNT_*) and all
  references to them.
  
  The change a couple of days ago to ignore these numbers in statically
  configured vfsconf structs was slightly premature because the cd9660,
  cfs, devfs, ext2fs, nfs vfs's still used MOUNT_* instead of the number
  in their vfsconf struct.
  
  Revision  Changes    Path
  1.3       +6 -3      src/sys/cfs/cfs_vfsops.c
  1.35      +3 -3      src/sys/gnu/ext2fs/ext2_vfsops.c
  1.43      +3 -3      src/sys/isofs/cd9660/cd9660_vfsops.c
  1.32      +6 -6      src/sys/miscfs/devfs/devfs_vfsops.c
  1.16      +2 -2      src/sys/miscfs/fdesc/fdesc_vfsops.c
  1.23      +2 -2      src/sys/miscfs/kernfs/kernfs_vfsops.c
  1.28      +2 -2      src/sys/miscfs/nullfs/null_vfsops.c
  1.22      +2 -2      src/sys/miscfs/portal/portal_vfsops.c
  1.26      +2 -2      src/sys/miscfs/procfs/procfs_vfsops.c
  1.23      +2 -2      src/sys/miscfs/umapfs/umap_vfsops.c
  1.30      +2 -2      src/sys/miscfs/union/union_vfsops.c
  1.36      +2 -2      src/sys/msdosfs/msdosfs_vfsops.c
  1.76      +4 -4      src/sys/nfs/nfs_vfsops.c
  1.67      +5 -54     src/sys/sys/mount.h
  1.86      +2 -2      src/sys/ufs/ffs/ffs_vfsops.c
  1.44      +2 -2      src/sys/ufs/mfs/mfs_vfsops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809071317.GAA05302>