aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/drbd/drbd_int.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index 45d9a4534c40..1bc86ddac38b 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -747,12 +747,8 @@ struct drbd_epoch_entry {
747 struct hlist_node colision; 747 struct hlist_node colision;
748 sector_t sector; 748 sector_t sector;
749 unsigned int size; 749 unsigned int size;
750 struct drbd_epoch *epoch;
751
752 /* up to here, the struct layout is identical to drbd_request;
753 * we might be able to use that to our advantage... */
754
755 unsigned int flags; 750 unsigned int flags;
751 struct drbd_epoch *epoch;
756 u64 block_id; 752 u64 block_id;
757}; 753};
758 754