Date: Sun, 25 Sep 2005 18:54:28 +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: <200509251854.j8PIsSN2010457@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-09-25 18:54:28 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/kern kern_acct.c Log: Merge kern_acct.c:1.75 from HEAD to RELENG_6: 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. Approved by: re (scottl) Revision Changes Path 1.74.2.1 +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?200509251854.j8PIsSN2010457>