cvs commit: src/sys/kern subr_disk.c

Jeff Roberson jeff at FreeBSD.org
Sun Jun 12 22:32:29 GMT 2005


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


More information about the cvs-src mailing list