summaryrefslogtreecommitdiffstats
path: root/sys/sys/mount.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2013-06-10 15:22:27 +0000
committermarcel <marcel@FreeBSD.org>2013-06-10 15:22:27 +0000
commitded5e8df052f0a617d2ef4294cd4c372b55801e7 (patch)
tree221b2096631975849d177e667058c656dc8f2f22 /sys/sys/mount.h
parent793c8410e6ea82ff4971a557cc80e74a31e3b1c5 (diff)
downloadFreeBSD-src-ded5e8df052f0a617d2ef4294cd4c372b55801e7.zip
FreeBSD-src-ded5e8df052f0a617d2ef4294cd4c372b55801e7.tar.gz
Revert r251590. It unexpectedly broke the build and there were some
questions on locking. As part of commit-bit grooming, I'd like Steve to handle this, but can't leave things broken in the mean time.
Diffstat (limited to 'sys/sys/mount.h')
-rw-r--r--sys/sys/mount.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/sys/mount.h b/sys/sys/mount.h
index 2938e32..a953dae 100644
--- a/sys/sys/mount.h
+++ b/sys/sys/mount.h
@@ -39,7 +39,6 @@
#include <sys/lock.h>
#include <sys/lockmgr.h>
#include <sys/_mutex.h>
-#include <sys/eventhandler.h>
#endif
/*
@@ -799,17 +798,6 @@ vfs_statfs_t __vfs_statfs;
extern char *mountrootfsname;
/*
- * Event handlers
- */
-
-typedef void (*vfs_mounted_notify_fn)(void *, struct mount *, struct vnode *,
- struct thread *);
-typedef void (*vfs_unmounted_notify_fn)(void *, struct mount *,
- struct thread *);
-EVENTHANDLER_DECLARE(vfs_mounted, vfs_mounted_notify_fn);
-EVENTHANDLER_DECLARE(vfs_unmounted, vfs_unmounted_notify_fn);
-
-/*
* exported vnode operations
*/
OpenPOWER on IntegriCloud