Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320275
b: refs/heads/master
c: 4364352
h: refs/heads/master
i:
  320273: 64473ab
  320271: 8a19e76
v: v3
  • Loading branch information
Yan, Zheng authored and Alex Elder committed Jun 7, 2012
1 parent 607cb57 commit b9b666f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8921d114f5574c6da2cdd00749d185633ecf88f3
refs/heads/master: 43643528cce60ca184fe8197efa8e8da7c89a037
4 changes: 4 additions & 0 deletions trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,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),
Expand Down

0 comments on commit b9b666f

Please sign in to comment.