]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore/bluefs: Add assert if write buffer is not page aligned
authorAdam Kupczyk <akupczyk@ibm.com>
Thu, 27 Nov 2025 08:02:21 +0000 (08:02 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Tue, 3 Feb 2026 11:21:55 +0000 (12:21 +0100)
commit9b66d522f807f91ba3776e717300d587d7cb6ecf
treef425d691cafd4472b90f3fb8a2e7fa2cca395f64
parent431125de6df0716f1b58585cf128afe2884dcd36
os/bluestore/bluefs: Add assert if write buffer is not page aligned

Make sure write buffer is page aligned. Its a check step before
implementing fix that makes buffer always page aligned.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/BlueFS.cc