]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: slightly reduce actual size of pg_log_entry_t 6690/head
authorPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Tue, 24 Nov 2015 07:19:16 +0000 (08:19 +0100)
committerPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Tue, 24 Nov 2015 08:26:43 +0000 (09:26 +0100)
commitada6e320732a62524ca3b010b9e7f4af73b8f86c
tree473dedf637ff1ca21973700003076c85d1c1f107
parentb75d1074f67f3409ab97c0731f948efe5c1e8622
osd: slightly reduce actual size of pg_log_entry_t

- Move fields around so they're ordered in size descending order. This
  reduces pg_log_entry_t size down to 360 (from 368) bytes without
  affecting anything.
- Remove unused "offset" field, reducing struct size by 8 bytes (down to
  352 bytes).

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