Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2000 12:08:06 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_devstat.c src/sys/ufs/ufs ufs_disksubr.c src/sys/sys buf.h devicestat.h disklabel.h
Message-ID:  <200004021908.MAA17247@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2000/04/02 12:08:06 PDT

  Modified files:
    sys/kern             subr_devstat.c 
    sys/ufs/ufs          ufs_disksubr.c 
    sys/sys              buf.h devicestat.h disklabel.h 
  Log:
  Clone bio versions of certain bits of infrastructure:
          devstat_end_transaction_bio()
          bioq_* versions of bufq_* incl bioqdisksort()
  the corresponding "buf" versions will disappear when no longer used.
  
  Move b_offset, b_data and b_bcount to struct bio.
  
  Add BIO_FORMAT as a hack for fd.c etc.
  
  We are now largely ready to start converting drivers to use struct
  bio instead of struct buf.
  
  Revision  Changes    Path
  1.20      +18 -1     src/sys/kern/subr_devstat.c
  1.49      +99 -1     src/sys/ufs/ufs/ufs_disksubr.c
  1.94      +62 -7     src/sys/sys/buf.h
  1.10      +2 -1      src/sys/sys/devicestat.h
  1.50      +4 -1      src/sys/sys/disklabel.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?200004021908.MAA17247>