freebsd-src/sys/fs
Sean Eric Fagan 847e5f5f9a 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
1997-12-08 01:06:36 +00:00
..
cd9660 Staticize a few things. 1997-11-18 14:40:36 +00:00
deadfs Don't include <sys/lock.h> in headers when only `struct simplelock' is 1997-12-05 19:55:52 +00:00
fdescfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
fifofs Don't include <sys/lock.h> in headers when only `struct simplelock' is 1997-12-05 19:55:52 +00:00
msdosfs Reviewed by: various. 1997-11-12 05:42:33 +00:00
nullfs
portalfs Move the "retval" (3rd) parameter from all syscall functions and put 1997-11-06 19:29:57 +00:00
procfs Use at_exit() to invoke procfs_exit() instead of calling it directly. 1997-12-08 01:06:36 +00:00
specfs Removed unused #includes. The need for most of them went away with 1997-10-27 13:33:47 +00:00
umapfs
unionfs Staticize. 1997-11-18 15:07:35 +00:00