提交 708d740e 编写于 作者: L Lars Ellenberg 提交者: Philipp Reisner

drbd: reduce sizeof struct drbd_epoch_entry by 8 byte by aligning members

Signed-off-by: NPhilipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: NLars Ellenberg <lars.ellenberg@linbit.com>
上级 162f3ec7
......@@ -747,12 +747,8 @@ struct drbd_epoch_entry {
struct hlist_node colision;
sector_t sector;
unsigned int size;
struct drbd_epoch *epoch;
/* up to here, the struct layout is identical to drbd_request;
* we might be able to use that to our advantage... */
unsigned int flags;
struct drbd_epoch *epoch;
u64 block_id;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册