diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-01 05:08:28 -0500 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2011-03-10 05:48:16 -0500 |
commit | 7fde2be93080c028c20078a2d6abec8a95891192 (patch) | |
tree | 47993e3c52d550d22ab8035de94d526d226bc2e6 /drivers/block/drbd/drbd_int.h | |
parent | c5a91619793d444e5103ec5841045bf878718398 (diff) |
drbd: Implemented real timeout checking for request processing time
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, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 267d9897ca8c..81030d8d654b 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h | |||
@@ -990,6 +990,7 @@ struct drbd_conf { | |||
990 | struct timer_list resync_timer; | 990 | struct timer_list resync_timer; |
991 | struct timer_list md_sync_timer; | 991 | struct timer_list md_sync_timer; |
992 | struct timer_list start_resync_timer; | 992 | struct timer_list start_resync_timer; |
993 | struct timer_list request_timer; | ||
993 | #ifdef DRBD_DEBUG_MD_SYNC | 994 | #ifdef DRBD_DEBUG_MD_SYNC |
994 | struct { | 995 | struct { |
995 | unsigned int line; | 996 | unsigned int line; |