diff options
author | Philipp Reisner <philipp.reisner@linbit.com> | 2012-10-19 14:37:47 +0200 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-09 14:11:43 +0100 |
commit | 328e0f125bf41f4f33f684db22015f92cb44fe56 (patch) | |
tree | 364b7292db9d7072130080589b579e3fdadf23e6 /drivers/block/drbd/drbd_int.h | |
parent | drbd: don't try to clear bits once the disk has failed (diff) | |
download | linux-328e0f125bf41f4f33f684db22015f92cb44fe56.tar.xz linux-328e0f125bf41f4f33f684db22015f92cb44fe56.zip |
drbd: Broadcast sync progress no more often than once per second
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 057ffed6eb7e..784f4eb2ed61 100644 --- a/drivers/block/drbd/drbd_int.h +++ b/drivers/block/drbd/drbd_int.h @@ -965,6 +965,7 @@ struct drbd_conf { unsigned long rs_mark_time[DRBD_SYNC_MARKS]; /* current index into rs_mark_{left,time} */ int rs_last_mark; + unsigned long rs_last_bcast; /* [unit jiffies] */ /* where does the admin want us to start? (sector) */ sector_t ov_start_sector; |