diff options
Diffstat (limited to 'drivers/block/drbd')
-rw-r--r-- | drivers/block/drbd/drbd_receiver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c index 360baf60f574..d9312b45393f 100644 --- a/drivers/block/drbd/drbd_receiver.c +++ b/drivers/block/drbd/drbd_receiver.c | |||
@@ -2099,7 +2099,7 @@ static int drbd_asb_recover_0p(struct drbd_conf *mdev) __must_hold(local) | |||
2099 | break; | 2099 | break; |
2100 | } | 2100 | } |
2101 | /* Else fall through to one of the other strategies... */ | 2101 | /* Else fall through to one of the other strategies... */ |
2102 | dev_warn(DEV, "Discard younger/older primary did not found a decision\n" | 2102 | dev_warn(DEV, "Discard younger/older primary did not find a decision\n" |
2103 | "Using discard-least-changes instead\n"); | 2103 | "Using discard-least-changes instead\n"); |
2104 | case ASB_DISCARD_ZERO_CHG: | 2104 | case ASB_DISCARD_ZERO_CHG: |
2105 | if (ch_peer == 0 && ch_self == 0) { | 2105 | if (ch_peer == 0 && ch_self == 0) { |