summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-10-02 04:47:19 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-10-02 04:47:19 +0000
commit6adbf7beeb8444a3af05381ac20070a4922c27df (patch)
tree8952a1d9f95a2e3f7718564d2943c88269f6f855
parent9ad30943aa31e8f2316b0f3270524a6f8e18400f (diff)
Notes
-rw-r--r--sys/fs/ntfs/ntfs.h4
-rw-r--r--sys/ntfs/ntfs.h4
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h
index c4568612708d..9bf77518f855 100644
--- a/sys/fs/ntfs/ntfs.h
+++ b/sys/fs/ntfs/ntfs.h
@@ -315,10 +315,6 @@ typedef int (vop_t) __P((void *));
#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)
-
-/* PDIRUNLOCK is used by NetBSD to mark if vfs_lookup() unlocked parent dir;
- * on FreeBSD, it's not defined and nothing similar exists */
-#define PDIRUNLOCK 0
#endif /* NetBSD */
#if defined(NTFS_DEBUG)
diff --git a/sys/ntfs/ntfs.h b/sys/ntfs/ntfs.h
index c4568612708d..9bf77518f855 100644
--- a/sys/ntfs/ntfs.h
+++ b/sys/ntfs/ntfs.h
@@ -315,10 +315,6 @@ typedef int (vop_t) __P((void *));
#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)
-
-/* PDIRUNLOCK is used by NetBSD to mark if vfs_lookup() unlocked parent dir;
- * on FreeBSD, it's not defined and nothing similar exists */
-#define PDIRUNLOCK 0
#endif /* NetBSD */
#if defined(NTFS_DEBUG)