summaryrefslogtreecommitdiffstats
path: root/sys/dev/filemon/filemon_lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/filemon/filemon_lock.c')
-rw-r--r--sys/dev/filemon/filemon_lock.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/filemon/filemon_lock.c b/sys/dev/filemon/filemon_lock.c
index a0347000..5cac47c 100644
--- a/sys/dev/filemon/filemon_lock.c
+++ b/sys/dev/filemon/filemon_lock.c
@@ -29,20 +29,6 @@
__FBSDID("$FreeBSD$");
static __inline void
-filemon_filemon_lock(struct filemon *filemon)
-{
-
- sx_xlock(&filemon->lock);
-}
-
-static __inline void
-filemon_filemon_unlock(struct filemon *filemon)
-{
-
- sx_xunlock(&filemon->lock);
-}
-
-static __inline void
filemon_lock_read(void)
{
OpenPOWER on IntegriCloud