diff options
author | Lars Ellenberg <lars.ellenberg@linbit.com> | 2012-03-26 10:21:25 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-08 10:58:19 -0500 |
commit | 5cdb0bf322b3a5ed91ff0d3be28c6af0f6a2b6bd (patch) | |
tree | 45931079ca51d1b57254bdee9b717ef4b46e887f /drivers/block/drbd/drbd_int.h | |
parent | 4b8514ee288dede5013d23c3d6a285052d8392ab (diff) |
drbd: remove now unused seq_num member from struct drbd_request
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index b914f566ef36..534215885cb4 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h | |||
@@ -572,7 +572,6 @@ struct drbd_request { | |||
572 | struct list_head tl_requests; /* ring list in the transfer log */ | 572 | struct list_head tl_requests; /* ring list in the transfer log */ |
573 | struct bio *master_bio; /* master bio pointer */ | 573 | struct bio *master_bio; /* master bio pointer */ |
574 | unsigned long rq_state; /* see comments above _req_mod() */ | 574 | unsigned long rq_state; /* see comments above _req_mod() */ |
575 | int seq_num; | ||
576 | unsigned long start_time; | 575 | unsigned long start_time; |
577 | }; | 576 | }; |
578 | 577 | ||