From b9bfbc7bfa06fc8bf841ad12d3438b98ee0c9a43 Mon Sep 17 00:00:00 2001 From: alfred Date: Sun, 15 Apr 2001 12:04:05 +0000 Subject: note that VOP_STRATEGY may block. Learned from: vm/swap_pager.c comment above swap_pager_putpages() --- share/man/man9/VOP_STRATEGY.9 | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1