Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 1999 04:23:10 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c src/sys/miscfs/specfs spec_vnops.c src/sys/sys vnode.h
Message-ID:  <199910041123.EAA15848@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/10/04 04:23:10 PDT

  Modified files:
    sys/kern             vfs_subr.c 
    sys/miscfs/specfs    spec_vnops.c 
    sys/sys              vnode.h 
  Log:
  Move the buffered read/write code out of spec_{read|write} and into
  two new functions spec_buf{read|write}.
  
  Add sysctl vfs.bdev_buffered which defaults to 1 == true.  This
  sysctl can be used to experimentally turn buffered behaviour for
  bdevs off.  I should not be changed while any blockdevices are
  open.  Remove the misplaced sysctl vfs.enable_userblk_io.
  
  No other changes in behaviour.
  
  Revision  Changes    Path
  1.230     +1 -4      src/sys/kern/vfs_subr.c
  1.116     +211 -182  src/sys/miscfs/specfs/spec_vnops.c
  1.103     +1 -2      src/sys/sys/vnode.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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