Date: Wed, 21 Sep 2005 15:28:07 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_acct.c Message-ID: <200509211528.j8LFS7Ut086940@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-09-21 15:28:07 UTC FreeBSD src repository Modified files: sys/kern kern_acct.c Log: Pass 'curthread' into VFS_STATFS() from acctwatch(), rather than passing NULL. The NFS client expects that a thread will always be present for a VOP so that it can check for signal conditions, and will dereference a NULL pointer if one isn't present. MFC after: 3 days Revision Changes Path 1.75 +2 -2 src/sys/kern/kern_acct.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509211528.j8LFS7Ut086940>