Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 1996 20:42:58 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/isofs/cd9660 cd9660_node.c src/sys/miscfs/kernfs kernfs_vfsops.c src/sys/miscfs/nullfs null_subr.c src/sys/miscfs/portal portal_vfsops.c portal_vnops.c src/sys/miscfs/umapfs umap_subr.c src/sys/msdosfs msdosfs_denode.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/procfs procfs_subr.c src/sys/nfs nfs_node.c src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/lfs lfs_alloc.c src/sys/ufs/mfs mfs_vfsops.c
Message-ID:  <199606120342.UAA23137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

davidg      96/06/11 20:42:57

  Branch:      sys/isofs/cd9660  RELENG_2_1_0
               sys/miscfs/fdesc  RELENG_2_1_0
               sys/miscfs/kernfs  RELENG_2_1_0
               sys/miscfs/nullfs  RELENG_2_1_0
               sys/miscfs/portal  RELENG_2_1_0
               sys/miscfs/procfs  RELENG_2_1_0
               sys/miscfs/umapfs  RELENG_2_1_0
               sys/msdosfs  RELENG_2_1_0
               sys/nfs   RELENG_2_1_0
               sys/ufs/ffs  RELENG_2_1_0
               sys/ufs/lfs  RELENG_2_1_0
               sys/ufs/mfs  RELENG_2_1_0
  Modified:    sys/isofs/cd9660  cd9660_node.c
               sys/miscfs/fdesc  fdesc_vnops.c
               sys/miscfs/kernfs  kernfs_vfsops.c
               sys/miscfs/nullfs  null_subr.c
               sys/miscfs/portal  portal_vfsops.c portal_vnops.c
               sys/miscfs/procfs  procfs_subr.c
               sys/miscfs/umapfs  umap_subr.c
               sys/msdosfs  msdosfs_denode.c
               sys/nfs   nfs_node.c
               sys/ufs/ffs  ffs_vfsops.c
               sys/ufs/lfs  lfs_alloc.c
               sys/ufs/mfs  mfs_vfsops.c
  Log:
  Brought in changes from main branch: move MALLOC of fsnode to avoid a
  potential panic during sync.
  
  Revision  Changes    Path
  1.11.4.1  +11 -4     src/sys/isofs/cd9660/cd9660_node.c
  1.9.4.2   +11 -3     src/sys/miscfs/fdesc/fdesc_vnops.c
  1.9.4.1   +7 -4      src/sys/miscfs/kernfs/kernfs_vfsops.c
  1.3.8.1   +11 -3     src/sys/miscfs/nullfs/null_subr.c
  1.8.4.1   +13 -6     src/sys/miscfs/portal/portal_vfsops.c
  1.6.4.1   +12 -6     src/sys/miscfs/portal/portal_vnops.c
  1.5.4.1   +12 -6     src/sys/miscfs/procfs/procfs_subr.c
  1.4.4.1   +14 -4     src/sys/miscfs/umapfs/umap_subr.c
  1.12.4.1  +9 -3      src/sys/msdosfs/msdosfs_denode.c
  1.8.4.2   +10 -3     src/sys/nfs/nfs_node.c
  1.21.4.3  +12 -3     src/sys/ufs/ffs/ffs_vfsops.c
  1.8.4.1   +9 -2      src/sys/ufs/lfs/lfs_alloc.c
  1.9.4.2   +11 -3     src/sys/ufs/mfs/mfs_vfsops.c



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