cvs commit: src/sys/kern vfs_aio.c

David Xu davidxu at FreeBSD.org
Fri Mar 24 00:50:07 UTC 2006


davidxu     2006-03-24 00:50:06 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_aio.c 
  Log:
  1. Move code for scanning pending I/O from aio_fsync to aio_aqueue,
     it has less overhead.
  2. Avoid scheduling task if maximum number of I/O threads is reached.
  
  Revision  Changes    Path
  1.222     +51 -77    src/sys/kern/vfs_aio.c


More information about the cvs-src mailing list