cvs commit: src/sys/kern kern_acct.c

Robert Watson rwatson at FreeBSD.org
Wed Sep 21 08:28:08 PDT 2005


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


More information about the cvs-all mailing list