Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2010 19:15:38 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_fork.c
Message-ID:  <201012061915.oB6JFkP1026795@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trasz       2010-12-06 19:15:38 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  SVN rev 216240 on 2010-12-06 19:15:38Z by trasz
  
  Add a KASSERT to make it obvious when fork_norfproc() is to be called,
  and set *procp to NULL in all cases.  Previously, it was not being set
  in the ERESTART case.  This is effectively no-op, since its value is
  ignored by callers in the error case.
  
  Reviewed by:    kib@
  
  Revision  Changes    Path
  1.317     +3 -1      src/sys/kern/kern_fork.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012061915.oB6JFkP1026795>