Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2000 00:47:47 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vn vn.c src/sys/sys buf.h src/sys/vm swap_pager.c vm_pager.c vm_pager.h
Message-ID:  <200005030747.AAA94876@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2000/05/03 00:47:47 PDT

  Modified files:
    sys/dev/vn           vn.c 
    sys/sys              buf.h 
    sys/vm               swap_pager.c vm_pager.c vm_pager.h 
  Log:
  Convert the vm_pager_strategy() interface to take a struct bio instead of
  a struct buf.  Don't try to examine B_ASYNC, it is a layering violation
  to do so.  The only current user of this interface is vn(4) which, since
  it emulates a disk interface, operates on struct bio already.
  
  Revision  Changes    Path
  1.110     +1 -3      src/sys/dev/vn/vn.c
  1.100     +8 -10     src/sys/sys/buf.h
  1.142     +57 -79    src/sys/vm/swap_pager.c
  1.62      +5 -5      src/sys/vm/vm_pager.c
  1.28      +4 -4      src/sys/vm/vm_pager.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?200005030747.AAA94876>