]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add vfs_mounted and vfs_unmounted events so that components can be informed
authorMarcel Moolenaar <marcel@FreeBSD.org>
Sun, 9 Jun 2013 23:51:26 +0000 (23:51 +0000)
committerMarcel Moolenaar <marcel@FreeBSD.org>
Sun, 9 Jun 2013 23:51:26 +0000 (23:51 +0000)
commit8c7ca16f63f0f70ef6ef1c92c1d9aa435391e786
tree7031120680c0404d0dd6f70a81f063c0f4269cbf
parent2fbad3a1359517cd0ed5d3d0f58c32372d95552f
Add vfs_mounted and vfs_unmounted events so that components can be informed
about mount and unmount events. This is used by Juniper to implement a more
optimal implementation of NetBSD's veriexec.

Submitted by: stevek@juniper.net
Obtained from: Juniper Networks, Inc
sys/kern/vfs_mount.c
sys/sys/mount.h