From b1e5dcf778ea5cfddb367698c71df8f7f9b9479e Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 28 Jan 2007 17:39:03 +0000 Subject: [PATCH] As we now have an SFB_NOWAIT flag, change 'will' to 'may' where the comment for sf_buf_alloc(9) talks about sleeping. --- sys/i386/i386/vm_machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index 26ed735145b..075bfdd4390 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -680,7 +680,7 @@ sf_buf_init(void *arg) } /* - * Get an sf_buf from the freelist. Will block if none are available. + * Get an sf_buf from the freelist. May block if none are available. */ struct sf_buf * sf_buf_alloc(struct vm_page *m, int flags)