diff options
author | Lars Ellenberg | 2015-02-19 13:54:11 +0100 |
---|---|---|
committer | Jens Axboe | 2015-11-25 09:22:01 -0700 |
commit | 84d34f2f0724f26de04f9863704a7ca797c0fd62 (patch) | |
tree | 961e7a09864db042799cd8a499a28178f6cdb684 /drivers/block/drbd/drbd_int.h | |
parent | 142207f782dd7f174a1e1b954c3a9dd04316bd95 (diff) |
drbd: improve network timeout detection
Don't blame the peer for being unresponsive,
if we did not even ask the question yet.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r-- | drivers/block/drbd/drbd_int.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h index 965aae0ba492..1d00f2e061c5 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -773,6 +773,8 @@ struct drbd_connection { struct drbd_thread_timing_details r_timing_details[DRBD_THREAD_DETAILS_HIST]; struct { + unsigned long last_sent_barrier_jif; + /* whether this sender thread * has processed a single write yet. */ bool seen_any_write_yet; |