Module Name: src
Committed By: hannken
Date: Wed Jul 28 09:31:00 UTC 2010
Modified Files:
src/sys/sys: vnode.h
Log Message:
Remove now unneeded flag LK_INTERLOCK.
To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 src/sys/sys/vnode.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/vnode.h
diff -u src/sys/sys/vnode.h:1.221 src/sys/sys/vnode.h:1.222
--- src/sys/sys/vnode.h:1.221 Thu Jul 1 13:00:57 2010
+++ src/sys/sys/vnode.h Wed Jul 28 09:31:00 2010
@@ -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 */
/*