Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Dec 1997 17:06:38 -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_vfsops.c src/sys/kern kern_exit.c
Message-ID:  <199712080106.RAA27587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sef         1997/12/07 17:06:37 PST

  Modified files:
    sys/miscfs/procfs    procfs_subr.c procfs_vfsops.c 
    sys/kern             kern_exit.c 
  Log:
  Use at_exit() to invoke procfs_exit() instead of calling it directly.
  Note that an unload facility should be used to call rm_at_exit() (if
  procfs is being loaded as an LKM and is subsequently removed), but it
  was non-obvious how to do this in the VFS framework.
  
  Reviewed by:	Julian Elischer
  
  Revision  Changes    Path
  1.19      +3 -2      src/sys/miscfs/procfs/procfs_subr.c
  1.18      +10 -1     src/sys/miscfs/procfs/procfs_vfsops.c
  1.63      +1 -12     src/sys/kern/kern_exit.c



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