Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2009 00:11:26 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern subr_disk.c
Message-ID:  <200903080011.n280BgNA016395@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2009-03-08 00:11:26 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             subr_disk.c 
  Log:
  SVN rev 189502 on 2009-03-08 00:11:26Z by luigi
  
  MFC rev.188571
  
  Clarify and reimplement the bioq API so that bioq_disksort() has
  the correct behaviour (sorting by distance from the current head position
  in the scan direction) and bioq_insert_head() and bioq_insert_tail()
  have a well defined (and useful) behaviour, especially when intermixed
  with calls to bioq_disksort().
  
  See the original commit log for more details.
  
  NO API/ABI changes (except from fixing bugs and defining
  unspecified behaviour that no code should rely on).
  
  Revision  Changes    Path
  1.88.2.1  +119 -66   src/sys/kern/subr_disk.c



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