cvs commit: src/sys/dev/aac aac.c

Scott Long scottl at FreeBSD.org
Fri Feb 6 19:26:52 PST 2004


scottl      2004/02/06 19:26:38 PST

  FreeBSD src repository

  Modified files:
    sys/dev/aac          aac.c 
  Log:
  - Broaden the scope of locking in aac_command_thread() again to catch some
    edge cases in the loop.
  
  - Try to grab a command before dequeueing the bio from the bioq.  The old
    behaviour of requeuing deferred bios to the end of the bioq is arguably
    wrong.  This should be fixed in the future to check the bioq head without
    automatically dequeueing the bio.
  
  Revision  Changes    Path
  1.83      +17 -11    src/sys/dev/aac/aac.c


More information about the cvs-src mailing list