summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorLars Ellenberg <lars.ellenberg@linbit.com>2012-03-26 16:21:25 +0200
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-11-08 16:58:19 +0100
commit5cdb0bf322b3a5ed91ff0d3be28c6af0f6a2b6bd (patch)
tree45931079ca51d1b57254bdee9b717ef4b46e887f /drivers/block/drbd/drbd_int.h
parentdrbd: fix potential data corruption and protocol error (diff)
downloadlinux-5cdb0bf322b3a5ed91ff0d3be28c6af0f6a2b6bd.tar.xz
linux-5cdb0bf322b3a5ed91ff0d3be28c6af0f6a2b6bd.zip
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.h1
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 {
struct list_head tl_requests; /* ring list in the transfer log */
struct bio *master_bio; /* master bio pointer */
unsigned long rq_state; /* see comments above _req_mod() */
- int seq_num;
unsigned long start_time;
};