cvs commit: src/sys/kern kern_exit.c kern_sig.c

Brian F. Feldman green at FreeBSD.org
Wed Mar 17 13:14:45 PST 2004


John Baldwin <jhb at FreeBSD.org> wrote:
> jhb         2004/03/05 14:39:53 PST
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             kern_exit.c kern_sig.c 
>   Log:
>   - Push down Giant in exit() and wait().
>   - Push Giant down a bit in coredump() and call coredump() with the proc
>     lock already held rather than unlocking it only to turn around and
>     relock it.

Please review this to remove any places VFS is called into without Giant, 
i.e. vrele(tracevp).

-- 
Brian Fundakowski Feldman                           \'[ FreeBSD ]''''''''''\
  <> green at FreeBSD.org                               \  The Power to Serve! \
 Opinions expressed are my own.                       \,,,,,,,,,,,,,,,,,,,,,,\




More information about the cvs-all mailing list