From 4c7da4f92c7125a710c51f5e22dc0f6ab9215c2b Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Sun, 15 Apr 2001 12:04:05 +0000 Subject: [PATCH] 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 8496a0e155ba..8957cb075135 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