summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-02 04:47:19 +0000
committerpeter <peter@FreeBSD.org>2000-10-02 04:47:19 +0000
commit991f1fafc7262d5e8dc1dd47c5863e0e2a351dff (patch)
treeb95a37bafddfc27809f9f5ce50550ee87454db1f
parentbdb732a321aa214ae45489b545c22865e5da3d14 (diff)
downloadFreeBSD-src-991f1fafc7262d5e8dc1dd47c5863e0e2a351dff.zip
FreeBSD-src-991f1fafc7262d5e8dc1dd47c5863e0e2a351dff.tar.gz
PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.
-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 c456861..9bf7751 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 c456861..9bf7751 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)
OpenPOWER on IntegriCloud