cvs commit: src/sys/kern kern_acct.c
Robert Watson
rwatson at FreeBSD.org
Sun Sep 25 11:54:29 PDT 2005
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
More information about the cvs-all
mailing list