]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/dbstore: Trivially remove VLA from dbstore main
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 19 Mar 2026 21:31:47 +0000 (17:31 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 26 Mar 2026 04:07:20 +0000 (00:07 -0400)
commit7b064a0490e00456fa0585c9c2316102f144d58e
tree51813c264c0354c7f86cfe4aec872b5c76ac0de4
parent966f5c6529224f88f3816e56b42956b28e3865c8
rgw/dbstore: Trivially remove VLA from dbstore main

Replacing the dimensions of an array that had been a regular int with
a constexpr.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
src/rgw/driver/dbstore/dbstore_main.cc