Correct a typo in the previous revision.

This commit is contained in:
Alan Cox 2004-11-08 06:01:39 +00:00
parent f7ebc7ceb7
commit 12ef9d214b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137376

View file

@ -383,7 +383,7 @@ sf_buf_alloc(struct vm_page *m, int flags)
mtx_lock(&sf_freelist.sf_lock);
while ((sf = SLIST_FIRST(&sf_freelist.sf_head)) == NULL) {
if (flags & SFB_NOWAIT)
goto break;
break;
sf_buf_alloc_want++;
mbstat.sf_allocwait++;
error = msleep(&sf_freelist, &sf_freelist.sf_lock,