diff options
| -rw-r--r-- | net/ceph/messenger.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ceph/messenger.c b/net/ceph/messenger.c index 524f4e4f598b..b332c3d76059 100644 --- a/net/ceph/messenger.c +++ b/net/ceph/messenger.c | |||
| @@ -563,6 +563,10 @@ static void prepare_write_message(struct ceph_connection *con) | |||
| 563 | m->hdr.seq = cpu_to_le64(++con->out_seq); | 563 | m->hdr.seq = cpu_to_le64(++con->out_seq); |
| 564 | m->needs_out_seq = false; | 564 | m->needs_out_seq = false; |
| 565 | } | 565 | } |
| 566 | #ifdef CONFIG_BLOCK | ||
| 567 | else | ||
| 568 | m->bio_iter = NULL; | ||
| 569 | #endif | ||
| 566 | 570 | ||
| 567 | dout("prepare_write_message %p seq %lld type %d len %d+%d+%d %d pgs\n", | 571 | dout("prepare_write_message %p seq %lld type %d len %d+%d+%d %d pgs\n", |
| 568 | m, con->out_seq, le16_to_cpu(m->hdr.type), | 572 | m, con->out_seq, le16_to_cpu(m->hdr.type), |
