]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/.../rbm_device: remove unnecessary zero fill in anonymous mmap
authorChanyoung Park <chaney.p@kakaoenterprise.com>
Fri, 15 Aug 2025 18:06:18 +0000 (18:06 +0000)
committerChanyoung Park <chaney.p@kakaoenterprise.com>
Fri, 15 Aug 2025 18:06:18 +0000 (18:06 +0000)
commit6f3229103e32c8c92c145921f863ba450d82d66f
tree3b28b8f17afc703242f02bf0e35a9ca95daf7b4c
parent98fcdcddf596a6c26656dbb5ffba6507dd15e7be
crimson/.../rbm_device: remove unnecessary zero fill in anonymous mmap

Anonymous mmap is zero-filled on first access by the kernel, so an
explicit memset(0) is redundant and has been removed.

Signed-off-by: Chanyoung Park <chaney.p@kakaoenterprise.com>
src/crimson/os/seastore/random_block_manager/rbm_device.cc