Add bracket.

This commit is contained in:
David Xu 2006-01-23 23:46:30 +00:00
parent 704c9f00fb
commit 7f34b521c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154740

View File

@ -1051,7 +1051,7 @@ aio_newproc(int *start)
mtx_lock(&aio_job_mtx);
num_aio_procs++;
if (start != NULL)
*start--;
(*start)--;
mtx_unlock(&aio_job_mtx);
} else {
free_unr(aiod_unr, id);