Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 07:14:37 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys bio.h disklabel.h src/sys/kern subr_disk.c subr_disklabel.c
Message-ID:  <200209201414.g8KEEbZd006175@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/09/20 07:14:37 PDT

  Modified files:
    sys/sys              bio.h disklabel.h 
    sys/kern             subr_disk.c subr_disklabel.c 
  Log:
  Make FreeBSD "struct disklabel" agnostic, step 312 of 723:
  
  Rename bioqdisksort() to bioq_disksort().
  Keep a #define around to avoid changing all diskdrivers right now.
  
  Move it from subr_disklabel.c to subr_disk.c.
  Move prototype from <sys/disklabel.h> to <sys/bio.h>
  
  Sponsored by:   DARPA and NAI Labs.
  
  Revision  Changes    Path
  1.58      +150 -0    src/sys/kern/subr_disk.c
  1.70      +0 -151    src/sys/kern/subr_disklabel.c
  1.121     +2 -0      src/sys/sys/bio.h
  1.91      +0 -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?200209201414.g8KEEbZd006175>