Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2002 12:41:59 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_aio.c
Message-ID:  <200202092041.g19KfxM36001@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2002/02/09 12:41:59 PST

  Modified files:        (Branch: RELENG_4)
    sys/kern             vfs_aio.c 
  Log:
  MFC
   o [Revision 1.113] Remove JOBST_JOBQPROC and the per-thread jobtorun queue.
     They're not used.  Use TAILQ_EMPTY() instead of TAILQ_FIRST(...) == NULL.
   o [Revision 1.111] Eliminate an unused parameter from aio_fphysio().
   o [Revision 1.104] Eliminate the unnecessary initialization
     of several static variables to zero.
  
  Revision   Changes    Path
  1.70.2.14  +7 -21     src/sys/kern/vfs_aio.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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