Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Remove now unneeded flag LK_INTERLOCK.
details: https://anonhg.NetBSD.org/src/rev/582cd2ac3336
branches: trunk
changeset: 756670:582cd2ac3336
user: hannken <hannken%NetBSD.org@localhost>
date: Wed Jul 28 09:31:00 2010 +0000
description:
Remove now unneeded flag LK_INTERLOCK.
diffstat:
sys/sys/vnode.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 2173c503925c -r 582cd2ac3336 sys/sys/vnode.h
--- a/sys/sys/vnode.h Wed Jul 28 09:30:21 2010 +0000
+++ b/sys/sys/vnode.h Wed Jul 28 09:31:00 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vnode.h,v 1.221 2010/07/01 13:00:57 hannken Exp $ */
+/* $NetBSD: vnode.h,v 1.222 2010/07/28 09:31:00 hannken Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -239,7 +239,6 @@
#define LK_SHARED 0x00000001 /* shared lock */
#define LK_EXCLUSIVE 0x00000002 /* exclusive lock */
#define LK_NOWAIT 0x00000010 /* do not sleep to await lock */
-#define LK_INTERLOCK 0x00010000 /* caller holds v_interlock */
#define LK_RETRY 0x00020000 /* vn_lock: retry until locked */
/*
Home |
Main Index |
Thread Index |
Old Index