]> Pileus Git - ~andy/linux/blobdiff - net/ceph/messenger.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph...
[~andy/linux] / net / ceph / messenger.c
index b6655b13155870b0c2769914f7faffe57ec28709..b9796750034afc093c172dc9ac92b2e864d87271 100644 (file)
@@ -751,6 +751,10 @@ static void prepare_write_message(struct ceph_connection *con)
                m->hdr.seq = cpu_to_le64(++con->out_seq);
                m->needs_out_seq = false;
        }
+#ifdef CONFIG_BLOCK
+       else
+               m->bio_iter = NULL;
+#endif
 
        dout("prepare_write_message %p seq %lld type %d len %d+%d+%d %d pgs\n",
             m, con->out_seq, le16_to_cpu(m->hdr.type),