Date: Thu, 17 Apr 2003 15:37:48 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_aio.c Message-ID: <200304172237.h3HMbmlI078750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304172237.h3HMbmlI078750>