cvs commit: src/sys/kern kern_event.c vfs_mount.c vfs_subr.c
src/sys/sys event.h mount.h
Alfred Perlstein
alfred at FreeBSD.org
Sun Jul 4 03:52:54 PDT 2004
alfred 2004-07-04 10:52:54 UTC
FreeBSD src repository
Modified files:
sys/kern kern_event.c vfs_mount.c vfs_subr.c
sys/sys event.h mount.h
Log:
Introduce a new kevent filter. EVFILT_FS that will be used to signal
generic filesystem events to userspace. Currently only mount and unmount
of filesystems are signalled. Soon to be added, up/down status of NFS.
Introduce a sysctl node used to route requests to/from filesystems
based on filesystem ids.
Introduce a new vfsop, vfs_sysctl(mp, req) that is used as the callback/
entrypoint by the sysctl code to change individual filesystems.
Revision Changes Path
1.70 +2 -0 src/sys/kern/kern_event.c
1.131 +2 -0 src/sys/kern/vfs_mount.c
1.498 +62 -0 src/sys/kern/vfs_subr.c
1.23 +2 -1 src/sys/sys/event.h
1.164 +63 -0 src/sys/sys/mount.h
More information about the cvs-all
mailing list