summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_INACTIVE.9
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
committerdd <dd@FreeBSD.org>2001-07-09 09:54:33 +0000
commiteaa6ee03b8ac1955cc60d99d119a22318d1baa61 (patch)
treeab3b6200f079a95b6a4418f399032563aa053a74 /share/man/man9/VOP_INACTIVE.9
parent8636b161b333b18525b6f5ffc5139079c29c0d63 (diff)
downloadFreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.zip
FreeBSD-src-eaa6ee03b8ac1955cc60d99d119a22318d1baa61.tar.gz
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
Diffstat (limited to 'share/man/man9/VOP_INACTIVE.9')
-rw-r--r--share/man/man9/VOP_INACTIVE.93
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man9/VOP_INACTIVE.9 b/share/man/man9/VOP_INACTIVE.9
index ac0a028..2401ffb 100644
--- a/share/man/man9/VOP_INACTIVE.9
+++ b/share/man/man9/VOP_INACTIVE.9
@@ -43,7 +43,6 @@
.Ft int
.Fn VOP_RECLAIM "struct vnode *vp" "struct proc *p"
.Sh DESCRIPTION
-.Pp
The arguments are:
.Bl -tag -width 2n
.It Ar vp
@@ -60,13 +59,11 @@ is called when a vnode is being reused for a different filesystem.
Any filesystem specific resources associated with the vnode should be
freed.
.Sh LOCKS
-.Pp
For VOP_INACTIVE, the vp will be locked on entry. Your VOP_INACTIVE code
must unlock the vp prior to returning.
.Pp
For VOP_RECLAIM, the vp will not be locked on entry and should be left
unlocked on return.
-.Pp
.Sh PSEUDOCODE
.Bd -literal
int
OpenPOWER on IntegriCloud