Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251278
b: refs/heads/master
c: fa7d939
h: refs/heads/master
v: v3
  • Loading branch information
Philipp Reisner committed May 24, 2011
1 parent 29f7d04 commit dc1c7d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a8e407925d49c521151dd24b6376c1f9a04a093f
refs/heads/master: fa7d939663b61f5c2bd3436d3aa126d4c0f47aa8
3 changes: 3 additions & 0 deletions trunk/drivers/block/drbd/drbd_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,9 @@ is_valid_state(struct drbd_conf *mdev, union drbd_state ns)
mdev->agreed_pro_version < 88)
rv = SS_NOT_SUPPORTED;

else if (ns.conn >= C_CONNECTED && ns.pdsk == D_UNKNOWN)
rv = SS_CONNECTED_OUTDATES;

return rv;
}

Expand Down

0 comments on commit dc1c7d8

Please sign in to comment.