summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_INACTIVE.9
diff options
context:
space:
mode:
authorhmp <hmp@FreeBSD.org>2003-10-23 02:11:14 +0000
committerhmp <hmp@FreeBSD.org>2003-10-23 02:11:14 +0000
commit909c96e69e234d87987ecbfc63ab2d9e229da679 (patch)
tree49e43cf73e69278da0f6a2bc4b97629211416351 /share/man/man9/VOP_INACTIVE.9
parent08700a775af8e0a1ea51ff0ef7b16681e29f489a (diff)
downloadFreeBSD-src-909c96e69e234d87987ecbfc63ab2d9e229da679.zip
FreeBSD-src-909c96e69e234d87987ecbfc63ab2d9e229da679.tar.gz
Mdoc Janitor:
* Fix hard sentence breaks in VFS_*(9) and VOP_*(9) manual pages.
Diffstat (limited to 'share/man/man9/VOP_INACTIVE.9')
-rw-r--r--share/man/man9/VOP_INACTIVE.96
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/VOP_INACTIVE.9 b/share/man/man9/VOP_INACTIVE.9
index 0feccd5..5440e4d 100644
--- a/share/man/man9/VOP_INACTIVE.9
+++ b/share/man/man9/VOP_INACTIVE.9
@@ -50,7 +50,8 @@ the vnode being reclaimed
.El
.Pp
.Fn VOP_INACTIVE
-is called when the kernel is no longer using the vnode. This may be
+is called when the kernel is no longer using the vnode.
+This may be
because the reference count reaches zero or it may be that the
file system is being forcibly unmounted while there are open files.
It can be used to reclaim space for 'open but deleted' files.
@@ -59,7 +60,8 @@ is called when a vnode is being reused for a different file system.
Any file system specific resources associated with the vnode should be
freed.
.Sh LOCKS
-For VOP_INACTIVE, the vp will be locked on entry. Your VOP_INACTIVE code
+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
OpenPOWER on IntegriCloud