Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208347
b: refs/heads/master
c: 6710a57
h: refs/heads/master
i:
  208345: 2a8ea66
  208343: 614c4fd
v: v3
  • Loading branch information
Philipp Reisner authored and Jens Axboe committed Aug 7, 2010
1 parent 3dce2a4 commit 8060787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c284de61db31669cce547ffc99efda971146719d
refs/heads/master: 6710a5760355be8f2e51682f41b0d3fc76550309
6 changes: 1 addition & 5 deletions trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2371,11 +2371,7 @@ static int _drbd_send_zc_ee(struct drbd_conf *mdev, struct drbd_epoch_entry *e)

static void consider_delay_probes(struct drbd_conf *mdev)
{
if (mdev->state.conn != C_SYNC_SOURCE || mdev->agreed_pro_version < 93)
return;

if (mdev->dp_volume_last + mdev->sync_conf.dp_volume * 2 < mdev->send_cnt)
drbd_send_delay_probes(mdev);
return;
}

static int w_delay_probes(struct drbd_conf *mdev, struct drbd_work *w, int cancel)
Expand Down

0 comments on commit 8060787

Please sign in to comment.