cvs commit: src/sys/kern kern_acct.c

Robert Watson rwatson at FreeBSD.org
Sun Sep 25 12:14:03 PDT 2005


rwatson     2005-09-25 19:14:02 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_acct.c 
  Log:
  Merge kern_acct.c:1.75 from HEAD to RELENG_5:
  
    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.
  
  Revision  Changes    Path
  1.71.2.4  +2 -2      src/sys/kern/kern_acct.c


More information about the cvs-all mailing list