Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2005 22:32:29 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_disk.c
Message-ID:  <200506122232.j5CMWTIb020093@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jeff        2005-06-12 22:32:29 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             subr_disk.c 
  Log:
   - Dramatically simplify bioqdisksort().  We no longer do ordered bios so
     most of the code to deal with them has been dead for sometime.  Simplify
     the code by doing an insert sort hinted by the current head position.
  
  Met with apathy by:     arch@
  
  Revision  Changes    Path
  1.84      +40 -85    src/sys/kern/subr_disk.c



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