]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
blk/aio: fix mismatched parenthesis in POSIX AIO submit path 69820/head
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Tue, 30 Jun 2026 03:50:20 +0000 (20:50 -0700)
committerSun Yuechi <sunyuechi@iscas.ac.cn>
Tue, 30 Jun 2026 04:07:56 +0000 (21:07 -0700)
commit832d6122e98cdff77e2ab2831c2f1c92ea74274d
tree8d5b208b86fb19232279d1d66a22fe74c204b21d
parentc2a69f1663a5ea38131d36aee7a36a1ceef02950
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>
src/blk/aio/aio.cc