]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/PGLog.h: reorder bool fields in PGLog struct 6279/head
authorPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Thu, 15 Oct 2015 09:46:56 +0000 (11:46 +0200)
committerPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Thu, 15 Oct 2015 09:46:56 +0000 (11:46 +0200)
commit7f337a7012c50ac5568401b21868b1b01e8c6cba
tree61056c881369db3717a3338feeb4085314a8511f
parent713b6d4275dd8d6f7448433cb9ee765fbcdf3030
osd/PGLog.h: reorder bool fields in PGLog struct

Move bool fields to the bottom (end) of the struct so they are next to
each other. On x86/x64, this change saves 16 bytes per single PGLog struct
due to less bytes wasted for field alignment.

Signed-off-by: Piotr Dałek <piotr.dalek@ts.fujitsu.com>
src/osd/PGLog.h