Date: Mon, 2 May 2005 02:07:55 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200505020207.j4227tEj094858@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2005-05-02 02:07:55 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: Since it is not possible for curthread to be NULL in this context, drop the check+initialization for a straight initialization. Also assert that curthread will never be NULL just to be sure. Discussed with: rwatson, peter MFC after: 1 week Revision Changes Path 1.622 +2 -4 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505020207.j4227tEj094858>