summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/fs/xfs/FreeBSD/support/mrlock.c')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/support/mrlock.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c b/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
deleted file mode 100644
index 5955f99..0000000
--- a/sys/gnu/fs/xfs/FreeBSD/support/mrlock.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <sys/param.h>
-#include <sys/pcpu.h>
-#include <support/debug.h>
-#include <support/mrlock.h>
-
-int
-ismrlocked(mrlock_t *mrp, int type)
-{
-
- sx_assert(mrp, SX_LOCKED);
- if (type == MR_UPDATE)
- return sx_xlocked(mrp);
- return 1;
-}
OpenPOWER on IntegriCloud