Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 708d740e authored by Lars Ellenberg's avatar Lars Ellenberg Committed by Philipp Reisner
Browse files

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

parent 162f3ec7
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -747,12 +747,8 @@ struct drbd_epoch_entry {
	struct hlist_node colision;
	struct hlist_node colision;
	sector_t sector;
	sector_t sector;
	unsigned int size;
	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;
	unsigned int flags;
	struct drbd_epoch *epoch;
	u64    block_id;
	u64    block_id;
};
};