SIGN IN SIGN UP

blk/aio: fix mismatched parenthesis in POSIX AIO submit path

The condition `if ((cur->n_aiocb == 1) {` has an unbalanced
parenthesis and fails to compile. This code is only built on the
HAVE_POSIXAIO (BSD) path, so the breakage is normally hidden.

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
S
Sun Yuechi committed
832d6122e98cdff77e2ab2831c2f1c92ea74274d
Parent: c2a69f1