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 | |
parent | edb9fa8ab0da89d7845b030faa9fcf5d6b20dc72 (diff) |
Remove man page mentions of the vnode interlock, which is long dead.
ok jmc@ thib@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/vclean.9 | 5 | ||||
-rw-r--r-- | share/man/man9/vnsubr.9 | 10 | ||||
-rw-r--r-- | share/man/man9/vwaitforio.9 | 6 |
3 files changed, 7 insertions, 14 deletions
diff --git a/share/man/man9/vclean.9 b/share/man/man9/vclean.9 index 8c1a20d7f64..93ed82b943b 100644 --- a/share/man/man9/vclean.9 +++ b/share/man/man9/vclean.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vclean.9,v 1.7 2007/05/31 19:20:01 jmc Exp $ +.\" $OpenBSD: vclean.9,v 1.8 2009/03/18 18:26:34 blambert Exp $ .\"- .\" Copyright (c) 2002 Peter Werner .\" All rights reserved. @@ -25,7 +25,7 @@ .\" SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 18 2009 $ .Os .Dt VCLEAN 9 .Sh NAME @@ -67,7 +67,6 @@ underlying file system. The process responsible for this call. .El .Pp -The vnode interlock is held on entry. On exit, the .Va v_tag field of the vnode will be set to 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 diff --git a/share/man/man9/vwaitforio.9 b/share/man/man9/vwaitforio.9 index 330a8d518f8..6a25baf04e9 100644 --- a/share/man/man9/vwaitforio.9 +++ b/share/man/man9/vwaitforio.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vwaitforio.9,v 1.11 2007/05/31 19:20:01 jmc Exp $ +.\" $OpenBSD: vwaitforio.9,v 1.12 2009/03/18 18:26:34 blambert Exp $ .\" .\" Copyright (c) 2001 Constantine Sapuntzakis .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: March 18 2009 $ .Dt VWAITFORIO 9 .Os .Sh NAME @@ -64,8 +64,6 @@ writes while a process is waiting for I/O on this vnode. Otherwise, .Fn vwaitforio may never return. -.\" .Pp -.\" (Vnode interlock??) .Sh RETURN VALUES The .Fn vwaitforio |