Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 1997 19:33:44 -0800 (PST)
From:      Sean Eric Fagan <sef@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/miscfs/procfs procfs_subr.c procfs_vnops.c
Message-ID:  <199712120333.TAA05942@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sef         1997/12/11 19:33:44 PST

  Modified files:
    sys/miscfs/procfs    procfs_subr.c procfs_vnops.c 
  Log:
  Fix a problem with procfs_exit() that resulted in missing some procfs
  nodes; this also apparantly caused a panic in some circumstances.
  Also, since procfs_exit() is getting rid of the nodes when a process
  exits, don't bother checking for the process' existance in procfs_inactive().
  
  Revision  Changes    Path
  1.21      +26 -12    src/sys/miscfs/procfs/procfs_subr.c
  1.47      +1 -11     src/sys/miscfs/procfs/procfs_vnops.c



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