cvs commit: src/sys/kern vfs_aio.c

John Baldwin jhb at FreeBSD.org
Thu Apr 17 15:37:50 PDT 2003


jhb         2003/04/17 15:37:48 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_aio.c 
  Log:
  - kthread's don't have p_textvp set to anything, so replace code that
    dealt with that possibility with a KASSERT().
  - No need to set P_SYSTEM, kthread_create() does that for us.
  
  Revision  Changes    Path
  1.160     +1 -7      src/sys/kern/vfs_aio.c


More information about the cvs-all mailing list