diff options
author | Bret Lambert <blambert@cvs.openbsd.org> | 2009-03-18 18:26:35 +0000 |
---|---|---|
committer | Bret Lambert <blambert@cvs.openbsd.org> | 2009-03-18 18:26:35 +0000 |
commit | d9e6dd11fb7d655e11e92e02f8f899b4e7b9c36a (patch) | |
tree | 1a96467c50820141fc1ab7ff23ed0f4397e4081d /share/man/man9/vnsubr.9 | |
parent | edb9fa8ab0da89d7845b030faa9fcf5d6b20dc72 (diff) |
Remove man page mentions of the vnode interlock, which is long dead.
ok jmc@ thib@
Diffstat (limited to 'share/man/man9/vnsubr.9')
-rw-r--r-- | share/man/man9/vnsubr.9 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man9/vnsubr.9 b/share/man/man9/vnsubr.9 index 8593c4fd352..5d70481ed32 100644 --- a/share/man/man9/vnsubr.9 +++ b/share/man/man9/vnsubr.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnsubr.9,v 1.8 2008/06/26 05:42:08 ray Exp $ +.\" $OpenBSD: vnsubr.9,v 1.9 2009/03/18 18:26:34 blambert Exp $ .\" $NetBSD: vnsubr.9,v 1.21 2004/05/25 14:54:56 hannken Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 26 2008 $ +.Dd $Mdocdate: March 18 2009 $ .Dt VNSUBR 9 .Os .Sh NAME @@ -134,11 +134,9 @@ argument may contain the following flags: .Bl -column LK_INTERLOCK -offset indent .It Dv LK_RETRY Ta Return the vnode even if it has been reclaimed. -.It Dv LK_INTERLOCK Ta -Must be set if the caller owns the vnode interlock. .It Dv LK_NOWAIT Ta Don't wait if the vnode lock is held by someone else (may still -wait on reclamation lock or on interlock). +wait on reclamation lock). Must not be used with .Dv LK_RETRY . .It Dv LK_EXCLUSIVE Ta @@ -150,8 +148,6 @@ Acquire a shared lock. The .Fn vn_lock function can sleep. -.Fn vn_lock -releases the vnode interlock before exit. .It Fn vn_marktext "vp" Common code to mark the vnode .Fa vp |