summaryrefslogtreecommitdiffstats
path: root/sys/fs/ntfs/ntfs.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-11-27 00:08:04 +0000
committerjhb <jhb@FreeBSD.org>2001-11-27 00:08:04 +0000
commit0dc259caa3a844e61c9d534587882d56247ae8ef (patch)
tree22503bbc49eb76546ebb1e51de8bf6b3149e6d91 /sys/fs/ntfs/ntfs.h
parentb4d8ef062a6f58445415e781d6537581f1eb631f (diff)
downloadFreeBSD-src-0dc259caa3a844e61c9d534587882d56247ae8ef.zip
FreeBSD-src-0dc259caa3a844e61c9d534587882d56247ae8ef.tar.gz
Expand LOCKMGR() compat macro.
Diffstat (limited to 'sys/fs/ntfs/ntfs.h')
-rw-r--r--sys/fs/ntfs/ntfs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h
index d13c081..c8079a8 100644
--- a/sys/fs/ntfs/ntfs.h
+++ b/sys/fs/ntfs/ntfs.h
@@ -293,7 +293,6 @@ MALLOC_DECLARE(M_NTFSNTHASH);
#define VOP__UNLOCK(a, b, c) VOP_UNLOCK((a), (b), (c))
#define VGET(a, b, c) vget((a), (b), (c))
#define VN_LOCK(a, b, c) vn_lock((a), (b), (c))
-#define LOCKMGR(a, b, c) lockmgr((a), (b), (c), NULL)
#if defined(NTFS_DEBUG)
#define dprintf(a) printf a
OpenPOWER on IntegriCloud