Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 1996 21:13:24 -0800 (PST)
From:      John Dyson <dyson>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/miscfs/specfs spec_vnops.c src/sys/vm vnode_pager.c
Message-ID:  <199603190513.VAA06251@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dyson       96/03/18 21:13:24

  Modified:    sys/miscfs/specfs  spec_vnops.c
               sys/vm    vnode_pager.c
  Log:
  Fix the problem that unmounting filesystems that are backed by a VMIO
  device have reference count problems.  We mark the underlying object
  ono-persistent, and account for the reference count that the VM system
  maintainsfor the special device close.  This should fix the removable
  device problem.
  
  Revision  Changes    Path
  1.29      +3 -2      src/sys/miscfs/specfs/spec_vnops.c
  1.59      +5 -2      src/sys/vm/vnode_pager.c



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