Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196835
b: refs/heads/master
c: e4f925e
h: refs/heads/master
i:
  196833: 3977515
  196831: 2bdd173
v: v3
  • Loading branch information
Philipp Reisner committed May 17, 2010
1 parent a205e41 commit 5000058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8c484ee4910b36c9ac273ad1150261c6ebfc1ef7
refs/heads/master: e4f925e12ea5daaa9baf2dd5af9c4951721dae95
2 changes: 1 addition & 1 deletion trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ static union drbd_state sanitize_state(struct drbd_conf *mdev, union drbd_state
break;
case C_WF_BITMAP_S:
case C_PAUSED_SYNC_S:
ns.pdsk = D_OUTDATED;
ns.pdsk = os.pdsk > D_OUTDATED ? D_OUTDATED : os.pdsk;
break;
case C_SYNC_SOURCE:
ns.pdsk = D_INCONSISTENT;
Expand Down

0 comments on commit 5000058

Please sign in to comment.