summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2001-04-15 12:04:05 +0000
committeralfred <alfred@FreeBSD.org>2001-04-15 12:04:05 +0000
commitb9bfbc7bfa06fc8bf841ad12d3438b98ee0c9a43 (patch)
tree324a2df023336cb081e3ec6feefa10e9877cb70b
parentec0e3ba3597153f5cc71b8598f181635f4da2258 (diff)
downloadFreeBSD-src-b9bfbc7bfa06fc8bf841ad12d3438b98ee0c9a43.zip
FreeBSD-src-b9bfbc7bfa06fc8bf841ad12d3438b98ee0c9a43.tar.gz
note that VOP_STRATEGY may block.
Learned from: vm/swap_pager.c comment above swap_pager_putpages()
-rw-r--r--share/man/man9/VOP_STRATEGY.92
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/VOP_STRATEGY.9 b/share/man/man9/VOP_STRATEGY.9
index 8496a0e..8957cb0 100644
--- a/share/man/man9/VOP_STRATEGY.9
+++ b/share/man/man9/VOP_STRATEGY.9
@@ -51,6 +51,8 @@ the buffer to be read or written
.Pp
This call either reads or writes data from a file, depending on the value of
.Fa bp->b_io.bio_cmd .
+.Pp
+The call may block.
.Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned.
.Sh SEE ALSO
OpenPOWER on IntegriCloud