1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

As we now have an SFB_NOWAIT flag, change 'will' to 'may' where the

comment for sf_buf_alloc(9) talks about sleeping.
This commit is contained in:
Robert Watson 2007-01-28 17:39:03 +00:00
parent 5d1f828354
commit b1e5dcf778
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166315

View File

@ -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)