Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 1995 20:27:11 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/vm vm_swap.c
Message-ID:  <199505190327.UAA09814@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/05/18 20:27:10

  Modified:    sys/isofs/cd9660  cd9660_vfsops.c
               sys/kern  init_main.c
               sys/ufs/ffs  ffs_vfsops.c
               sys/ufs/mfs  mfs_vfsops.c
               sys/vm    vm_swap.c
  Log:
  NFS diskless operation was broken because swapdev_vp wasn't initialized.
  These changes solve the problem in a general way by moving the
  initialization out of the individual fs_mountroot's and into swaponvp().
  
  Submitted by:	Poul-Henning Kamp



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