Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311211
b: refs/heads/master
c: b132cf4
h: refs/heads/master
i:
  311209: 77ae5b3
  311207: 2fa6e49
v: v3
  • Loading branch information
Yan, Zheng authored and Alex Elder committed Jun 20, 2012
1 parent f75fc5a commit f6a022f
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: 88ed6ea0b295f8e2383d599a04027ec596cdf97b
refs/heads/master: b132cf4c733f91bb4dd2277ea049243cf16e8b66
4 changes: 4 additions & 0 deletions trunk/net/ceph/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,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 f6a022f

Please sign in to comment.