diff options
Diffstat (limited to 'drivers/block/drbd/drbd_proc.c')
-rw-r--r-- | drivers/block/drbd/drbd_proc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/block/drbd/drbd_proc.c b/drivers/block/drbd/drbd_proc.c index 9c4d413655e3..f1c81c101fad 100644 --- a/drivers/block/drbd/drbd_proc.c +++ b/drivers/block/drbd/drbd_proc.c | |||
@@ -251,7 +251,7 @@ static int drbd_seq_show(struct seq_file *seq, void *v) | |||
251 | /* reset device->congestion_reason */ | 251 | /* reset device->congestion_reason */ |
252 | bdi_rw_congested(&device->rq_queue->backing_dev_info); | 252 | bdi_rw_congested(&device->rq_queue->backing_dev_info); |
253 | 253 | ||
254 | nc = rcu_dereference(device->connection->net_conf); | 254 | nc = rcu_dereference(first_peer_device(device)->connection->net_conf); |
255 | wp = nc ? nc->wire_protocol - DRBD_PROT_A + 'A' : ' '; | 255 | wp = nc ? nc->wire_protocol - DRBD_PROT_A + 'A' : ' '; |
256 | seq_printf(seq, | 256 | seq_printf(seq, |
257 | "%2d: cs:%s ro:%s/%s ds:%s/%s %c %c%c%c%c%c%c\n" | 257 | "%2d: cs:%s ro:%s/%s ds:%s/%s %c %c%c%c%c%c%c\n" |
@@ -280,8 +280,8 @@ static int drbd_seq_show(struct seq_file *seq, void *v) | |||
280 | atomic_read(&device->rs_pending_cnt), | 280 | atomic_read(&device->rs_pending_cnt), |
281 | atomic_read(&device->unacked_cnt), | 281 | atomic_read(&device->unacked_cnt), |
282 | atomic_read(&device->ap_bio_cnt), | 282 | atomic_read(&device->ap_bio_cnt), |
283 | device->connection->epochs, | 283 | first_peer_device(device)->connection->epochs, |
284 | write_ordering_chars[device->connection->write_ordering] | 284 | write_ordering_chars[first_peer_device(device)->connection->write_ordering] |
285 | ); | 285 | ); |
286 | seq_printf(seq, " oos:%llu\n", | 286 | seq_printf(seq, " oos:%llu\n", |
287 | Bit2KB((unsigned long long) | 287 | Bit2KB((unsigned long long) |